ChaiBapchya commented on pull request #18785:
URL: https://github.com/apache/incubator-mxnet/pull/18785#issuecomment-664149033


   I run this locally to try & reproduce the CI error but it passes & doesn't 
throw the nvidia-docker error.
   ```
   ci/build.py --docker-registry mxnetci --nvidiadocker --platform 
ubuntu_gpu_cu101 --docker-build-retries 3 --shm-size 500m 
/work/runtime_functions.sh unittest_ubuntu_cpugpu_perl
   ```
   
   @leezu @josephevans any idea?
   
   I can confirm it translates into equivalent command of
   ```
   docker \
           run \
           --gpus all \
           --cap-add \
           SYS_PTRACE \
           --rm \
           --shm-size=500m \
           -v \
           /home/ubuntu/chai-mxnet:/work/mxnet \
           -v \
           /home/ubuntu/chai-mxnet/build:/work/build \
           -v \
           /home/ubuntu/.ccache:/work/ccache \
           -u \
           1000:1000 \
           -e \
           CCACHE_MAXSIZE=500G \
           -e \
           CCACHE_TEMPDIR=/tmp/ccache \
           -e \
           CCACHE_DIR=/work/ccache \
           -e \
           CCACHE_LOGFILE=/tmp/ccache.log \
           -ti \
           mxnetci/build.ubuntu_gpu_cu101 \
           /work/runtime_functions.sh \
   unittest_ubuntu_cpugpu_perl
   ```
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to