Zaktualizuj 'Dockerfile'
This commit is contained in:
parent
ccf1fd685b
commit
a20beebaed
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user