Dockerfile.rocm 154 B

12345
  1. FROM rocm/pytorch:rocm5.0.1_ubuntu18.04_py3.7_pytorch_1.10.0
  2. # install latest released version of deepspeed
  3. RUN pip install deepspeed && \
  4. ds_report