Skip to content

Commit

Permalink
Internal change.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 689046241
  • Loading branch information
manninglucas authored and gvisor-bot committed Oct 23, 2024
1 parent 74f6136 commit c3ffeb1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion images/tpu/pytorch/Dockerfile.x86_64
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
FROM python:3.10

RUN pip install torch~=2.2.0 torch_xla[tpu]~=2.2.0 torchvision -f https://storage.googleapis.com/libtpu-releases/index.html
RUN pip install torch~=2.2.0 torch_xla[tpu]~=2.2.0 torchvision -f https://storage.googleapis.com/libtpu-releases/index.html

RUN git clone --depth=1 --branch r2.0 https://github.com/pytorch/xla.git

0 comments on commit c3ffeb1

Please sign in to comment.