Zaktualizuj 'Dockerfile'

This commit is contained in:
Tomasz Zietkiewicz 2021-06-04 15:10:54 +02:00
parent 79e5a33362
commit ba46df4dbe

View File

@ -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]
RUN pip3 install mlflow sklearn dvc 'dvc[ssh]'