We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6e4087 commit 2a33c9fCopy full SHA for 2a33c9f
1 file changed
Dockerfile.tmpl
@@ -202,8 +202,6 @@ 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
-# Remove the CUDA stubs.
206
-ENV LD_LIBRARY_PATH="$LD_LIBRARY_PATH_NO_STUBS" \
207
# Add the CUDA home.
208
CUDA_HOME=/usr/local/cuda
209
{{ end }}
0 commit comments