We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3776829 commit 3fc310aCopy full SHA for 3fc310a
conda/Dockerfile
@@ -47,6 +47,8 @@ ARG CUDA_VERSION=10.2
47
RUN rm -rf /usr/local/cuda-*
48
ADD ./common/install_cuda.sh install_cuda.sh
49
ENV CUDA_HOME=/usr/local/cuda-${CUDA_VERSION}
50
+# Preserve CUDA_VERSION for the builds
51
+ENV CUDA_VERSION=${CUDA_VERSION}
52
# Make things in our path by default
53
ENV PATH=/usr/local/cuda-${CUDA_VERSION}/bin:$PATH
54
0 commit comments