DoubleYanLee
Results
1
comments of
DoubleYanLee
> @stephenivy12 Sure. I changed the dockerfile slightly. The dockerfile is as follows: > > ``` > ARG BASE_IMAGE=pytorch/pytorch:1.7.1-cuda11.0-cudnn8-devel > FROM $BASE_IMAGE > > # change the downloading source >...