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 0bcbfd9 commit 9fa4260Copy full SHA for 9fa4260
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-runtime="$CUDA_VERSION"
+RUN conda install --channel nvidia --yes cuda="$CUDA_VERSION"
0 commit comments