From 0ab4ddfeed20c6ac2dc30d27c7a43c69a59c1917 Mon Sep 17 00:00:00 2001 From: Tomasz Zietkiewicz Date: Sun, 6 Jun 2021 23:47:48 +0200 Subject: [PATCH] Zaktualizuj 'Dockerfile' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7480894..26b7ec2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM ubuntu:20.04 RUN apt update -RUN apt install -y python3 python3-pip +RUN apt install -y python3 python3-pip openssh-client RUN pip3 install mlflow sklearn dvc 'dvc[ssh]' paramiko \ No newline at end of file