Skip to content

Commit 8356a51

Browse files
authored
Use LIBRARY_PATH instead of LD_LIBRARY_PATH for linking
1 parent d674a42 commit 8356a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ FROM ${BASE_IMAGE_REPO}/${CPU_BASE_IMAGE_NAME}:${BASE_IMAGE_TAG}
1717
{{ end }}
1818

1919
# 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"
20+
ENV LIBRARY_PATH="$LIBRARY_PATH:/opt/conda/lib"
2121

2222
{{ if eq .Accelerator "gpu" }}
2323
ARG CUDA_MAJOR_VERSION

0 commit comments

Comments
 (0)