Skip to content

Commit 855fe8f

Browse files
authored
We need both LIBRARY_PATH and LD_LIBRARY_PATH
1 parent 8356a51 commit 855fe8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ FROM ${BASE_IMAGE_REPO}/${CPU_BASE_IMAGE_NAME}:${BASE_IMAGE_TAG}
1818

1919
# Ensures shared libraries installed with conda can be found by the dynamic link loader.
2020
ENV LIBRARY_PATH="$LIBRARY_PATH:/opt/conda/lib"
21+
ENV LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/opt/conda/lib"
2122

2223
{{ if eq .Accelerator "gpu" }}
2324
ARG CUDA_MAJOR_VERSION

0 commit comments

Comments
 (0)