Skip to content

Commit

Permalink
Fix jax install (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhuguesaws authored Aug 5, 2024
1 parent 3e4ad8a commit fbfc61a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 3.test_cases/jax/jax_paxml.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,8 @@ RUN mkdir -p /var/run/sshd \
&& sed -i 's/#\(StrictModes \).*/\1no/g' /etc/ssh/sshd_config

COPY run_paxml.sh /run_paxml.sh
RUN pip install scipy==1.12.0
RUN pip install protobuf==3.20.3
RUN cp /usr/local/lib/python3.10/dist-packages/google/protobuf/internal/builder.py .
RUN pip3 install protobuf==3.19.6
RUN cp /builder.py /usr/local/lib/python3.10/dist-packages/google/protobuf/internal/builder.py

0 comments on commit fbfc61a

Please sign in to comment.