diff --git a/Dockerfile b/Dockerfile index 40a5d00..49ee0fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,4 +18,5 @@ RUN pip3 install keras RUN pip3 install GitPython RUN pip3 install pymongo RUN pip3 install mlflow -RUN pip3 install dvc \ No newline at end of file +RUN pip3 install dvc +RUN pip3 install 'dvc[ssh]' paramiko \ No newline at end of file