We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d674a42 commit 8356a51Copy full SHA for 8356a51
Dockerfile.tmpl
@@ -17,7 +17,7 @@ FROM ${BASE_IMAGE_REPO}/${CPU_BASE_IMAGE_NAME}:${BASE_IMAGE_TAG}
17
{{ end }}
18
19
# Ensures shared libraries installed with conda can be found by the dynamic link loader.
20
-ENV LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/opt/conda/lib"
+ENV LIBRARY_PATH="$LIBRARY_PATH:/opt/conda/lib"
21
22
{{ if eq .Accelerator "gpu" }}
23
ARG CUDA_MAJOR_VERSION
0 commit comments