This commit is contained in:
s444501 2022-06-04 20:24:06 +02:00
parent ef5cb5c19e
commit d8e6a20f05
2 changed files with 2 additions and 2 deletions

View File

@ -2,3 +2,4 @@
remote = ium_ssh_remote remote = ium_ssh_remote
['remote "ium_ssh_remote"'] ['remote "ium_ssh_remote"']
url = ssh://ium-sftp@tzietkiewicz.vm.wmi.amu.edu.pl url = ssh://ium-sftp@tzietkiewicz.vm.wmi.amu.edu.pl
user = ium-sftp

View File

@ -10,11 +10,10 @@ RUN pip3 install sklearn
RUN pip3 install kaggle RUN pip3 install kaggle
RUN pip3 install torch RUN pip3 install torch
RUN pip3 install mlflow RUN pip3 install mlflow
RUN pip3 install dvc RUN pip3 install dvc
RUN pip3 install dvc[ssh] RUN pip3 install dvc[ssh]
RUN useradd -r -u 777 jenkins RUN useradd -r -u 777 jenkins
RUN apt install -y sshpass openssh-client RUN apt install -y sshpass openssh-client
RUN mkdir /.kaggle && chmod o+w /.kaggle RUN mkdir /.kaggle && chmod o+w /.kaggle