From 7e2744e0bee99f2b9121932be9be19f99b80820b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Wa=C5=82=C4=99sa?= Date: Sun, 5 Jun 2022 22:34:52 +0200 Subject: [PATCH] add dvc commands --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 9fea5da..6263a45 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,6 +23,9 @@ RUN pip3 install GitPython RUN pip3 install pymongo RUN pip3 install mlflow RUN pip3 install dvc +RUN pip3 install dvc[ssh] paramiko +RUN apt install -y sshpass openssh-client +RUN useradd -r -u 111 jenkins # Przygotowanie kaggle RUN mkdir ~/.kaggle/