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/04/28 18:03:20 UTC

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #18186: Update unix gpu toolchain

leezu commented on a change in pull request #18186:
URL: https://github.com/apache/incubator-mxnet/pull/18186#discussion_r416816441



##########
File path: ci/jenkins/Jenkins_steps.groovy
##########
@@ -155,7 +155,7 @@ def compile_unix_int64_gpu() {
         ws('workspace/build-gpu-int64') {
           timeout(time: max_time, unit: 'MINUTES') {
             utils.init_git()
-            utils.docker_run('ubuntu_gpu_cu101', 'build_ubuntu_gpu_large_tensor', false)
+            utils.docker_run('ubuntu_build_cuda', 'build_ubuntu_gpu_large_tensor', false)

Review comment:
       Why this change? Note that `ubunt_build_cuda` is an image that is only provided to workaround some broken design problems
   
   https://github.com/apache/incubator-mxnet/blob/76fa58373636c57fee1e4e6cd7960723b39f455f/ci/docker/Dockerfile.build.ubuntu#L153-L162
   
   We shouldn't migrate more tests to use this image, but rather get rid of this image




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