ssh client in dockerfile
Some checks failed
s444507-dvc/pipeline/head There was a failure building this commit
s444507-predict-s444356/pipeline/head This commit looks good
s444507-evaluation/pipeline/head This commit looks good
444507-training/pipeline/head This commit looks good

This commit is contained in:
Adam Wojdyla 2022-06-05 10:14:49 +02:00
parent 37127b1b05
commit 4a1a2bb1ba

View File

@ -27,6 +27,7 @@ RUN python3 -m pip install pymongo
RUN python3 -m pip install mlflow
RUN python3 -m pip install dvc
RUN python3 -m pip install dvc[ssh] paramiko
RUN apt install -y sshpass openssh-client
RUN python3 -m pip freeze