dvc
This commit is contained in:
parent
ef5cb5c19e
commit
d8e6a20f05
@ -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
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user