Skip to content

Commit 39e9fcf

Browse files
committed
update jax version to 0.4.34
1 parent b6bd293 commit 39e9fcf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/jetstream-pytorch-server/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ cd /jetstream-pytorch && \
3636
git checkout ${PYTORCH_JETSTREAM_VERSION} && \
3737
bash install_everything.sh
3838

39+
RUN pip install -U jax[tpu]==0.4.34 -f https://storage.googleapis.com/jax-releases/libtpu_releases.html
40+
3941
COPY jetstream_pytorch_server_entrypoint.sh /usr/bin/
4042

4143
RUN chmod +x /usr/bin/jetstream_pytorch_server_entrypoint.sh

0 commit comments

Comments
 (0)