diff --git a/Dockerfile b/Dockerfile index f9b7d07..ed07832 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,6 +40,10 @@ COPY ./ml_pytorch_mlflow.py ./ RUN pip3 install dvc RUN pip3 install dvc[ssh] paramiko +RUN apt-get remove openssh-client +RUN apt-get update +RUN apt-get install openssh-server + RUN apt install -y sshpass openssh-client RUN useradd -r -u 111 jenkins