We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 175c448 commit 3404aacCopy full SHA for 3404aac
1 file changed
docker/Dockerfile.cu130
@@ -19,7 +19,7 @@ RUN echo "source activate py312" >> ~/.bashrc
19
ENV PATH="/opt/conda/bin:$PATH"
20
ENV PATH="/opt/conda/envs/py312/bin:$PATH"
21
22
-# Ensure pip-installed nvidia-cublas takes precedence over system libraries
+# Set LD_LIBRARY_PATH to ensure pip-installed nvidia-cublas takes precedence over system libraries
23
ENV LD_LIBRARY_PATH="/opt/conda/envs/py312/lib/python3.12/site-packages/nvidia/cu13/lib/:$LD_LIBRARY_PATH"
24
25
# Triton
0 commit comments