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 2a33c9f commit 00192f2Copy full SHA for 00192f2
Dockerfile.tmpl
@@ -202,7 +202,7 @@ ENV GIT_COMMIT=${GIT_COMMIT} \
202
RUN echo "$GIT_COMMIT" > /etc/git_commit && echo "$BUILD_DATE" > /etc/build_date
203
204
{{ if eq .Accelerator "gpu" }}
205
- # Add the CUDA home.
206
- CUDA_HOME=/usr/local/cuda
+# Add the CUDA home.
+ENV CUDA_HOME=/usr/local/cuda
207
{{ end }}
208
ENTRYPOINT ["/usr/bin/env"]
0 commit comments