This commit is contained in:
s434695 2021-05-24 01:43:24 +02:00
parent 148445268e
commit 041b5a4859

View File

@ -19,7 +19,7 @@ RUN pip3 install keras
RUN pip3 install GitPython
RUN pip3 install pymongo
RUN pip3 install mlflow
RUN sudo mkdir tmp/mlruns
RUN mkdir tmp/mlruns -u