This commit is contained in:
s434695 2021-05-24 01:35:25 +02:00
parent 29753cfe30
commit aba523c744

View File

@ -20,7 +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 ls -al
RUN mkdir mlruns RUN mkdir mlruns
RUN cd .. RUN cd ..
RUN cd .. RUN cd ..