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 65e4cd1 commit 71487b6Copy full SHA for 71487b6
Dockerfile.tmpl
@@ -708,4 +708,6 @@ RUN echo "$GIT_COMMIT" > /etc/git_commit && echo "$BUILD_DATE" > /etc/build_date
708
{{ if eq .Accelerator "gpu" }}
709
# Remove the CUDA stubs.
710
ENV LD_LIBRARY_PATH="$LD_LIBRARY_PATH_NO_STUBS"
711
+# Add the CUDA home.
712
+ENV CUDA_HOME=/usr/local/cuda
713
{{ end }}
0 commit comments