mirror of
https://github.com/superlinear-ai/python-gpu.git
synced 2025-03-26 03:37:17 +03:00
fix: comment the LD_LIBRARY_PATH
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user