6 lines
118 B
Docker
6 lines
118 B
Docker
FROM rocm/pytorch:latest
|
|
|
|
# install latest released version of deepspeed
|
|
RUN pip install deepspeed && \
|
|
ds_report
|