forked from tzietkiewicz/ium-helloworld
Add missing DVC deps
This commit is contained in:
parent
6b4f5544e0
commit
e11aad39f8
@ -4,6 +4,6 @@ RUN apt update
|
||||
RUN apt install -y python3 python3-pip ssh
|
||||
RUN pip3 install kaggle
|
||||
RUN mkdir /.kaggle && chmod o+w /.kaggle
|
||||
#RUN pip3 install mlflow sklearn dvc 'dvc[ssh]' paramiko
|
||||
#RUN apt install -y sshpass openssh-client
|
||||
#RUN useradd -r -u 111 jenkins
|
||||
RUN python -m pip install dvc 'dvc[ssh]' paramiko
|
||||
RUN apt install -y sshpass openssh-client
|
||||
RUN useradd -r -u 111 jenkins
|
||||
|
Loading…
Reference in New Issue
Block a user