From 7cd2b84345a88c78388496afa7798d96fb871106 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Zi=C4=99tkiewicz?= Date: Sun, 6 Jun 2021 23:57:30 +0200 Subject: [PATCH] Try to fix apt problem --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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