Skip to content

Commit

Permalink
Update pulldown.dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaMolod authored Oct 11, 2024
1 parent cceb922 commit 21f6d0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/pulldown.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ RUN apt-get update \
tzdata \
wget \
bc \
openssh-client \
&& rm -rf /var/lib/apt/lists/* \
&& apt-get autoremove -y \
&& apt-get clean
Expand Down Expand Up @@ -83,6 +84,7 @@ RUN pip3 install --upgrade pip --no-cache-dir \
jax==0.4.23 \
jaxlib==0.4.23+cuda11.cudnn86 \
-f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
# syntax = docker/dockerfile:1.4

RUN chmod u+s /sbin/ldconfig.real

Expand Down

0 comments on commit 21f6d0d

Please sign in to comment.