Skip to content

Commit

Permalink
fix: add conda to library path
Browse files Browse the repository at this point in the history
  • Loading branch information
lsorber authored Sep 8, 2023
1 parent b73ad61 commit 41cd786
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN CONDA_ARCH=$([ "$TARGETARCH" = "arm64" ] && echo "aarch64" || echo "x86_64")
wget --quiet "https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-$CONDA_ARCH.sh" --output-document ~/miniconda.sh && \
/bin/bash ~/miniconda.sh -b -p /opt/conda
ENV PATH=/opt/conda/bin:$PATH
ENV LD_LIBRARY_PATH=/opt/conda/lib:$LD_LIBRARY_PATH

# Install CUDA.
ARG CUDA_VERSION=11.8
Expand Down

0 comments on commit 41cd786

Please sign in to comment.