dockerfile fix

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

View File

@ -18,4 +18,5 @@ RUN pip3 install keras
RUN pip3 install GitPython
RUN pip3 install pymongo
RUN pip3 install mlflow
RUN pip3 install dvc
RUN pip3 install dvc
RUN pip3 install 'dvc[ssh]' paramiko