Skip to content

Commit

Permalink
dd
Browse files Browse the repository at this point in the history
  • Loading branch information
calderjo committed Nov 20, 2024
1 parent 59ff181 commit 643bf69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ RUN pip install jax[cpu] && \
RUN export PATH=/usr/local/cuda/bin:$PATH && \
export CUDA_ROOT=/usr/local/cuda && \
pip install pycuda \
pynvrtc==9.2\
# TODO(379932879): pip resolver fails when not specified.
pynvrtc==9.2 \
pynvml && \
/tmp/clean-layer.sh
{{ end }}
Expand Down

0 comments on commit 643bf69

Please sign in to comment.