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 b73ad61 commit 41cd786Copy full SHA for 41cd786
Dockerfile
@@ -13,6 +13,7 @@ RUN CONDA_ARCH=$([ "$TARGETARCH" = "arm64" ] && echo "aarch64" || echo "x86_64")
13
wget --quiet "https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-$CONDA_ARCH.sh" --output-document ~/miniconda.sh && \
14
/bin/bash ~/miniconda.sh -b -p /opt/conda
15
ENV PATH=/opt/conda/bin:$PATH
16
+ENV LD_LIBRARY_PATH=/opt/conda/lib:$LD_LIBRARY_PATH
17
18
# Install CUDA.
19
ARG CUDA_VERSION=11.8
0 commit comments