This commit is contained in:
s434695 2021-05-24 01:34:22 +02:00
parent d0270655b6
commit 29753cfe30

View File

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