You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/09/24 18:07:59 UTC

[GitHub] [incubator-mxnet] josephevans opened a new pull request #19219: Create new docker containers with Cuda 11.0.

josephevans opened a new pull request #19219:
URL: https://github.com/apache/incubator-mxnet/pull/19219


   ## Description ##
   This PR creates new docker containers for Ubuntu and CentOS with Cuda 11.0. These will be used in CI pipelines in the future.
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #19219: Create new docker containers with Cuda 11.0.

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on pull request #19219:
URL: https://github.com/apache/incubator-mxnet/pull/19219#issuecomment-699036879


   Jenkins CI successfully triggered : [windows-gpu]


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-mxnet] josephevans commented on pull request #19219: Create new docker containers with Cuda 11.0.

Posted by GitBox <gi...@apache.org>.
josephevans commented on pull request #19219:
URL: https://github.com/apache/incubator-mxnet/pull/19219#issuecomment-698694866


   @mxnet-bot run ci [windows-gpu]


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #19219: Create new docker containers with Cuda 11.0.

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on pull request #19219:
URL: https://github.com/apache/incubator-mxnet/pull/19219#issuecomment-698502226


   Hey @josephevans , Thanks for submitting the PR 
   All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following commands: 
   - To trigger all jobs: @mxnet-bot run ci [all] 
   - To trigger specific jobs: @mxnet-bot run ci [job1, job2] 
   *** 
   **CI supported jobs**: [unix-cpu, clang, centos-cpu, miscellaneous, unix-gpu, website, windows-gpu, edge, sanity, centos-gpu, windows-cpu]
   *** 
   _Note_: 
    Only following 3 categories can trigger CI :PR Author, MXNet Committer, Jenkins Admin. 
   All CI tests must pass before the PR can be merged. 
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #19219: Create new docker containers with Cuda 11.0.

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on pull request #19219:
URL: https://github.com/apache/incubator-mxnet/pull/19219#issuecomment-698694908


   Jenkins CI successfully triggered : [windows-gpu]


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-mxnet] josephevans commented on pull request #19219: Create new docker containers with Cuda 11.0.

Posted by GitBox <gi...@apache.org>.
josephevans commented on pull request #19219:
URL: https://github.com/apache/incubator-mxnet/pull/19219#issuecomment-698694866


   @mxnet-bot run ci [windows-gpu]


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-mxnet] josephevans commented on pull request #19219: Create new docker containers with Cuda 11.0.

Posted by GitBox <gi...@apache.org>.
josephevans commented on pull request #19219:
URL: https://github.com/apache/incubator-mxnet/pull/19219#issuecomment-699036824


   @mxnet-bot run ci [windows-gpu]


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #19219: Create new docker containers with Cuda 11.0.

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on pull request #19219:
URL: https://github.com/apache/incubator-mxnet/pull/19219#issuecomment-698502226






----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-mxnet] leezu merged pull request #19219: Create new docker containers with Cuda 11.0.

Posted by GitBox <gi...@apache.org>.
leezu merged pull request #19219:
URL: https://github.com/apache/incubator-mxnet/pull/19219


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-mxnet] leezu commented on a change in pull request #19219: Create new docker containers with Cuda 11.0.

Posted by GitBox <gi...@apache.org>.
leezu commented on a change in pull request #19219:
URL: https://github.com/apache/incubator-mxnet/pull/19219#discussion_r494645902



##########
File path: ci/docker/docker-compose.yml
##########
@@ -138,6 +138,8 @@ services:
         BASE_IMAGE: nvidia/cuda:11.0-cudnn8-devel-ubuntu18.04
       cache_from:
         - ${DOCKER_CACHE_REGISTRY}/build.ubuntu_gpu_cu110:latest
+    environment:
+      - CUDA_VERSION=11.0.3

Review comment:
       Please reference the upstream bug https://gitlab.com/nvidia/container-images/cuda/-/issues/92




----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-mxnet] josephevans commented on a change in pull request #19219: Create new docker containers with Cuda 11.0.

Posted by GitBox <gi...@apache.org>.
josephevans commented on a change in pull request #19219:
URL: https://github.com/apache/incubator-mxnet/pull/19219#discussion_r494657418



##########
File path: ci/docker/docker-compose.yml
##########
@@ -138,6 +138,8 @@ services:
         BASE_IMAGE: nvidia/cuda:11.0-cudnn8-devel-ubuntu18.04
       cache_from:
         - ${DOCKER_CACHE_REGISTRY}/build.ubuntu_gpu_cu110:latest
+    environment:
+      - CUDA_VERSION=11.0.3

Review comment:
       It turns out these environment variables are not visible during the build process, from what I can tell. Created a workaround in Dockerfile.build.ubuntu.




----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-mxnet] josephevans commented on a change in pull request #19219: Create new docker containers with Cuda 11.0.

Posted by GitBox <gi...@apache.org>.
josephevans commented on a change in pull request #19219:
URL: https://github.com/apache/incubator-mxnet/pull/19219#discussion_r494657418



##########
File path: ci/docker/docker-compose.yml
##########
@@ -138,6 +138,8 @@ services:
         BASE_IMAGE: nvidia/cuda:11.0-cudnn8-devel-ubuntu18.04
       cache_from:
         - ${DOCKER_CACHE_REGISTRY}/build.ubuntu_gpu_cu110:latest
+    environment:
+      - CUDA_VERSION=11.0.3

Review comment:
       It turns out these environment variables are not visible during the build process, from what I can tell. Created a workaround in Dockerfile.build.ubuntu.




----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-mxnet] leezu commented on a change in pull request #19219: Create new docker containers with Cuda 11.0.

Posted by GitBox <gi...@apache.org>.
leezu commented on a change in pull request #19219:
URL: https://github.com/apache/incubator-mxnet/pull/19219#discussion_r494659315



##########
File path: ci/docker/docker-compose.yml
##########
@@ -138,6 +138,8 @@ services:
         BASE_IMAGE: nvidia/cuda:11.0-cudnn8-devel-ubuntu18.04
       cache_from:
         - ${DOCKER_CACHE_REGISTRY}/build.ubuntu_gpu_cu110:latest
+    environment:
+      - CUDA_VERSION=11.0.3

Review comment:
       Thanks




----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-mxnet] leezu commented on a change in pull request #19219: Create new docker containers with Cuda 11.0.

Posted by GitBox <gi...@apache.org>.
leezu commented on a change in pull request #19219:
URL: https://github.com/apache/incubator-mxnet/pull/19219#discussion_r494645902



##########
File path: ci/docker/docker-compose.yml
##########
@@ -138,6 +138,8 @@ services:
         BASE_IMAGE: nvidia/cuda:11.0-cudnn8-devel-ubuntu18.04
       cache_from:
         - ${DOCKER_CACHE_REGISTRY}/build.ubuntu_gpu_cu110:latest
+    environment:
+      - CUDA_VERSION=11.0.3

Review comment:
       Please reference the upstream bug https://gitlab.com/nvidia/container-images/cuda/-/issues/92

##########
File path: ci/docker/docker-compose.yml
##########
@@ -138,6 +138,8 @@ services:
         BASE_IMAGE: nvidia/cuda:11.0-cudnn8-devel-ubuntu18.04
       cache_from:
         - ${DOCKER_CACHE_REGISTRY}/build.ubuntu_gpu_cu110:latest
+    environment:
+      - CUDA_VERSION=11.0.3

Review comment:
       Thanks




----------------------------------------------------------------
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:
users@infra.apache.org