diff --git a/Dockerfile b/Dockerfile index 3607fe4..bf1bffe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,4 +2,4 @@ FROM ubuntu:20.04 RUN apt update RUN apt install -y python3 python3-pip -RUN pip3 install mlflow sklearn dvc dvc[ssh] \ No newline at end of file +RUN pip3 install mlflow sklearn dvc 'dvc[ssh]' \ No newline at end of file