We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6bd293 commit 39e9fcfCopy full SHA for 39e9fcf
docker/jetstream-pytorch-server/Dockerfile
@@ -36,6 +36,8 @@ cd /jetstream-pytorch && \
36
git checkout ${PYTORCH_JETSTREAM_VERSION} && \
37
bash install_everything.sh
38
39
+RUN pip install -U jax[tpu]==0.4.34 -f https://storage.googleapis.com/jax-releases/libtpu_releases.html
40
+
41
COPY jetstream_pytorch_server_entrypoint.sh /usr/bin/
42
43
RUN chmod +x /usr/bin/jetstream_pytorch_server_entrypoint.sh
0 commit comments