Skip to content

Commit a64ff61

Browse files
authored
fix: comment the LD_LIBRARY_PATH
1 parent 3491eb1 commit a64ff61

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
@@ -14,7 +14,7 @@ RUN CONDA_ARCH=$([ "$TARGETARCH" = "arm64" ] && echo "aarch64" || echo "x86_64")
1414
/bin/bash ~/miniconda.sh -b -p /opt/conda && \
1515
rm ~/miniconda.sh
1616
ENV PATH=/opt/conda/bin:$PATH
17-
ENV LD_LIBRARY_PATH=/opt/conda/lib:$LD_LIBRARY_PATH
17+
# ENV LD_LIBRARY_PATH=/opt/conda/lib:$LD_LIBRARY_PATH
1818

1919
# Install CUDA and cuDNN.
2020
ARG CUDA_VERSION=11.8

0 commit comments

Comments
 (0)