Try to fix apt problem

This commit is contained in:
Tomasz Ziętkiewicz 2021-06-06 23:57:30 +02:00
parent a79c4de0c4
commit 7cd2b84345

View File

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