Skip to content

Commit

Permalink
fix: comment the LD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
PGerardi authored Sep 11, 2023
1 parent 3491eb1 commit a64ff61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN CONDA_ARCH=$([ "$TARGETARCH" = "arm64" ] && echo "aarch64" || echo "x86_64")
/bin/bash ~/miniconda.sh -b -p /opt/conda && \
rm ~/miniconda.sh
ENV PATH=/opt/conda/bin:$PATH
ENV LD_LIBRARY_PATH=/opt/conda/lib:$LD_LIBRARY_PATH
# ENV LD_LIBRARY_PATH=/opt/conda/lib:$LD_LIBRARY_PATH

# Install CUDA and cuDNN.
ARG CUDA_VERSION=11.8
Expand Down

0 comments on commit a64ff61

Please sign in to comment.