dl_bench/docker/pytorch.dockerfile
2021-10-06 13:48:59 +09:00

5 lines
117 B
Docker

FROM pytorch/pytorch:1.9.0-cuda11.1-cudnn8-runtime
RUN pip install matplotlib seaborn && mkdir /work
WORKDIR /work