Zaktualizuj 'Dockerfile'

This commit is contained in:
Sebastian Wałęsa 2022-06-07 17:53:58 +02:00
parent ccf1fd685b
commit a20beebaed

View File

@ -41,6 +41,11 @@ COPY ./ml_pytorch_mlflow.py ./
RUN pip3 install dvc
RUN pip3 install dvc[ssh] paramiko
RUN apt-get remove openssh-client
ENV TZ=Europe/Warsaw
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN apt update
RUN apt install -y tzdata
RUN apt-get update
RUN apt-get install -y openssh-server