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