diff --git a/Dockerfile b/Dockerfile index 7480894..26b7ec2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM ubuntu:20.04 RUN apt update -RUN apt install -y python3 python3-pip +RUN apt install -y python3 python3-pip openssh-client RUN pip3 install mlflow sklearn dvc 'dvc[ssh]' paramiko \ No newline at end of file