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 8356a51 commit 855fe8fCopy full SHA for 855fe8f
Dockerfile.tmpl
@@ -18,6 +18,7 @@ FROM ${BASE_IMAGE_REPO}/${CPU_BASE_IMAGE_NAME}:${BASE_IMAGE_TAG}
18
19
# Ensures shared libraries installed with conda can be found by the dynamic link loader.
20
ENV LIBRARY_PATH="$LIBRARY_PATH:/opt/conda/lib"
21
+ENV LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/opt/conda/lib"
22
23
{{ if eq .Accelerator "gpu" }}
24
ARG CUDA_MAJOR_VERSION
0 commit comments