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