Skip to content

Commit 9fa4260

Browse files
authored
Update Dockerfile
1 parent 0bcbfd9 commit 9fa4260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ RUN CONDA_ARCH=$([ "$TARGETARCH" = "arm64" ] && echo "aarch64" || echo "x86_64")
1616
ENV PATH=/opt/conda/bin:$PATH
1717

1818
# Install CUDA.
19-
RUN conda install --channel nvidia --yes cuda-runtime="$CUDA_VERSION"
19+
RUN conda install --channel nvidia --yes cuda="$CUDA_VERSION"

0 commit comments

Comments
 (0)