ssh client in dockerfile
This commit is contained in:
parent
37127b1b05
commit
4a1a2bb1ba
@ -27,6 +27,7 @@ RUN python3 -m pip install pymongo
|
|||||||
RUN python3 -m pip install mlflow
|
RUN python3 -m pip install mlflow
|
||||||
RUN python3 -m pip install dvc
|
RUN python3 -m pip install dvc
|
||||||
RUN python3 -m pip install dvc[ssh] paramiko
|
RUN python3 -m pip install dvc[ssh] paramiko
|
||||||
|
RUN apt install -y sshpass openssh-client
|
||||||
|
|
||||||
RUN python3 -m pip freeze
|
RUN python3 -m pip freeze
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user