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