From d8e6a20f05e091adcec2a754d6229a169a19e07a Mon Sep 17 00:00:00 2001 From: s444501 Date: Sat, 4 Jun 2022 20:24:06 +0200 Subject: [PATCH] dvc --- .dvc/config | 1 + Dockerfile | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.dvc/config b/.dvc/config index ce375a8..2141f28 100644 --- a/.dvc/config +++ b/.dvc/config @@ -2,3 +2,4 @@ remote = ium_ssh_remote ['remote "ium_ssh_remote"'] url = ssh://ium-sftp@tzietkiewicz.vm.wmi.amu.edu.pl + user = ium-sftp \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index d788dbc..8eb1227 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,11 +10,10 @@ RUN pip3 install sklearn RUN pip3 install kaggle RUN pip3 install torch RUN pip3 install mlflow + RUN pip3 install dvc RUN pip3 install dvc[ssh] - RUN useradd -r -u 777 jenkins - RUN apt install -y sshpass openssh-client RUN mkdir /.kaggle && chmod o+w /.kaggle