From 9846edb8466c1774a8be1362e5c7a2209bae0cf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Zi=C4=99tkiewicz?= Date: Sun, 10 Apr 2022 16:26:05 +0200 Subject: [PATCH] Chmod for kaggle dir --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5229ae9..d4d8550 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,7 @@ FROM ubuntu:20.04 RUN apt-get update RUN apt install -y python3 python3-pip RUN pip3 install kaggle -RUN pip3 install mlflow sklearn dvc 'dvc[ssh]' paramiko +RUN mkdir ~/.kaggle && chmod o+w +#RUN pip3 install mlflow sklearn dvc 'dvc[ssh]' paramiko #RUN apt install -y sshpass openssh-client #RUN useradd -r -u 111 jenkins