diff --git a/Dockerfile b/Dockerfile index 719e989..3cca6e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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