FROM pytorch/pytorch:1.6.0-cuda10.1-cudnn7-devel # encoding RUN echo "LC_ALL=en_US.UTF-8" >> /etc/environment RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen RUN echo "LANG=en_US.UTF-8" > /etc/locale.conf # fix (tzdata) ARG DEBIAN_FRONTEND=noninteractive