Update pytorch image python module versions.

The switch to a newer numpy was breaking guitar tests.

PiperOrigin-RevId: 695514200
This commit is contained in:
Lucas Manning
2024-11-11 16:10:37 -08:00
committed by gVisor bot
parent 7920b5b40a
commit e22dc29727
+1 -1
View File
@@ -1,5 +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.5.1 torch_xla[tpu]==2.5.1 -f https://storage.googleapis.com/libtpu-releases/index.html
RUN git clone --depth=1 --branch v2.0.0 https://github.com/pytorch/xla.git