larroy commented on a change in pull request #11600: [CI] cleanup and script refinements URL: https://github.com/apache/incubator-mxnet/pull/11600#discussion_r202018545
########## File path: ci/docker/Dockerfile.build.ubuntu_cpu ########## @@ -48,9 +48,13 @@ COPY install/ubuntu_docs.sh /work/ RUN /work/ubuntu_docs.sh ARG USER_ID=0 +ARG GROUP_ID=0 COPY install/ubuntu_adduser.sh /work/ RUN /work/ubuntu_adduser.sh +COPY install/ubuntu_runas_sudo.sh /work/ Review comment: good catch ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
