This commit is contained in:
s434695 2021-05-24 01:32:31 +02:00
parent a04053a2ad
commit d0270655b6

View File

@ -19,7 +19,6 @@ RUN pip3 install keras
RUN pip3 install GitPython
RUN pip3 install pymongo
RUN pip3 install mlflow
RUN mkdir tmp
RUN cd tmp
RUN mkdir mlruns
RUN cd ..