Skip to content

Commit 5fd5d3d

Browse files
committed
Bump the pytorch base image
1 parent 0628c0f commit 5fd5d3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
FROM pytorch/pytorch:2.0.1-cuda11.7-cudnn8-runtime
1+
FROM pytorch/pytorch:2.6.0-cuda11.8-cudnn9-runtime
22

33
RUN apt update && apt install -y git time
44
RUN git clone https://github.com/pytorch/benchmark
55
WORKDIR /workspace/benchmark
66
# Pin pytorch-benchmark repo version
7-
RUN git reset --hard 6fef32ddaf93a63088b97eb27620fb57ef247521
7+
RUN git reset --hard a22a2a8309d513c66df995ae27ee48c954b49f66
88
# List of models here should match PytorchModel enum
99
# in python/perftest/pytorch.py
1010
RUN python install.py alexnet resnet50 llama
1111

1212
# PyTorch install.py pins numpy=1.21.2 but
1313
# this breaks numba so update both here
14-
RUN pip install -U numpy numba
14+
RUN pip install -U numpy numba

0 commit comments

Comments
 (0)