This commit is contained in:
s434695 2021-05-24 01:47:52 +02:00
parent 7aeeed467f
commit 31380cbd46

View File

@ -19,7 +19,7 @@ RUN pip3 install keras
RUN pip3 install GitPython RUN pip3 install GitPython
RUN pip3 install pymongo RUN pip3 install pymongo
RUN pip3 install mlflow RUN pip3 install mlflow
RUN mkdir tmp/mlruns | passwd --stdin root