Skip to content

Commit e22dc29

Browse files
manninglucasgvisor-bot
authored andcommitted
Update pytorch image python module versions.
The switch to a newer numpy was breaking guitar tests. PiperOrigin-RevId: 695514200
1 parent 7920b5b commit e22dc29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/tpu/pytorch/Dockerfile.x86_64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM python:3.10
22

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

55
RUN git clone --depth=1 --branch v2.0.0 https://github.com/pytorch/xla.git

0 commit comments

Comments
 (0)