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

This commit is contained in:
Adam Wojdyla 2022-06-05 11:21:02 +02:00
parent 13bfb4a21c
commit 7d2c98dd64

View File

@ -27,7 +27,6 @@ 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