Files
2026-07-13 13:18:33 +08:00

6 lines
118 B
Docker

FROM rocm/pytorch:latest
# install latest released version of deepspeed
RUN pip install deepspeed && \
ds_report