From 3f6ab5a4cdada86d08b598f16f6708274a9546f2 Mon Sep 17 00:00:00 2001 From: Tomasz Zietkiewicz Date: Fri, 4 Jun 2021 15:35:34 +0200 Subject: [PATCH] Zaktualizuj 'Dockerfile' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bf1bffe..7480894 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]' paramiko \ No newline at end of file