From a20beebaede826be6d2752440512d0b3bd1a0b3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Wa=C5=82=C4=99sa?= Date: Tue, 7 Jun 2022 17:53:58 +0200 Subject: [PATCH] Zaktualizuj 'Dockerfile' --- Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) 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