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