dockerfile fix

This commit is contained in:
s434695 2021-06-11 23:51:07 +02:00
parent 4d2ce5bac0
commit 004df2fc0a

View File

@ -19,3 +19,4 @@ RUN pip3 install GitPython
RUN pip3 install pymongo RUN pip3 install pymongo
RUN pip3 install mlflow RUN pip3 install mlflow
RUN pip3 install dvc RUN pip3 install dvc
RUN pip3 install 'dvc[ssh]' paramiko