From d1176ead60cc99f4ca7898a0ee44335595036af5 Mon Sep 17 00:00:00 2001 From: Kamil Guttmann Date: Sun, 5 Jun 2022 16:26:27 +0200 Subject: [PATCH] Dockerfile fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3dff01f..e6dd2f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y python3-pip unzip sshpass openssh-clien RUN export PATH="$PATH:/root/.local/bin" -RUN pip3 install kaggle pandas scikit-learn tensorflow keras matplotlib numpy sacred mlflow dvc 'dvc[ssh]' paramiko +RUN pip3 install kaggle pandas scikit-learn tensorflow keras matplotlib numpy sacred mlflow dvc dvc[ssh] paramiko RUN mkdir /.kaggle && chmod o+w /.kaggle