Arkady
Results
1
comments of
Arkady
I'm running it in the docker container. Dockerfile: ``` FROM nvidia/cuda:11.1-cudnn8-devel-ubuntu20.04 ENV TZ=Europe/London RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/3bf863cc.pub RUN apt-key...