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 9fa4260 commit ec4eac7Copy full SHA for ec4eac7
Dockerfile
@@ -16,4 +16,4 @@ RUN CONDA_ARCH=$([ "$TARGETARCH" = "arm64" ] && echo "aarch64" || echo "x86_64")
16
ENV PATH=/opt/conda/bin:$PATH
17
18
# Install CUDA.
19
-RUN conda install --channel nvidia --yes cuda="$CUDA_VERSION"
+RUN conda install --channel nvidia --yes cuda-runtime="$CUDA_VERSION"
0 commit comments