larroy commented on a change in pull request #11600: [CI] cleanup and script 
refinements
URL: https://github.com/apache/incubator-mxnet/pull/11600#discussion_r201440218
 
 

 ##########
 File path: ci/docker/Dockerfile.build.ubuntu_base_cpu
 ##########
 @@ -25,13 +25,13 @@ WORKDIR /work/deps
 
 RUN apt-get update && apt-get -y install sudo
 
-ARG USER_ID=os.getuid()
-
+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/
-RUN /work/ubuntu_runas_sudo.sh
+copy install/ubuntu_runas_sudo.sh /work/
 
 Review comment:
   seems an editor mistake, will fix. Thanks for catching.

----------------------------------------------------------------
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

Reply via email to