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

 ##########
 File path: ci/build.py
 ##########
 @@ -81,6 +81,7 @@ def build_docker(platform: str, docker_binary: str, 
registry: str) -> None:
     cmd = [docker_binary, "build",
            "-f", get_dockerfile(platform),
            "--build-arg", "USER_ID={}".format(os.getuid()),
+           "--build-arg", "GROUP_ID={}".format(os.getgid()),
 
 Review comment:
   Can you add some comments about why we need a group id? Actually why we need 
a different user would be good as well

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