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:
[email protected]