Skip to content

Commit 41cd786

Browse files
authored
fix: add conda to library path
1 parent b73ad61 commit 41cd786

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ RUN CONDA_ARCH=$([ "$TARGETARCH" = "arm64" ] && echo "aarch64" || echo "x86_64")
1313
wget --quiet "https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-$CONDA_ARCH.sh" --output-document ~/miniconda.sh && \
1414
/bin/bash ~/miniconda.sh -b -p /opt/conda
1515
ENV PATH=/opt/conda/bin:$PATH
16+
ENV LD_LIBRARY_PATH=/opt/conda/lib:$LD_LIBRARY_PATH
1617

1718
# Install CUDA.
1819
ARG CUDA_VERSION=11.8

0 commit comments

Comments
 (0)