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 4677416 commit 4a56196Copy full SHA for 4a56196
Dockerfile.tmpl
@@ -712,4 +712,6 @@ RUN echo "$GIT_COMMIT" > /etc/git_commit && echo "$BUILD_DATE" > /etc/build_date
712
{{ if eq .Accelerator "gpu" }}
713
# Remove the CUDA stubs.
714
ENV LD_LIBRARY_PATH="$LD_LIBRARY_PATH_NO_STUBS"
715
+# Add the CUDA home.
716
+ENV CUDA_HOME=/usr/local/cuda
717
{{ end }}
0 commit comments