This commit is contained in:
s434695 2021-05-24 01:37:52 +02:00
parent aba523c744
commit 68cd8805a2

View File

@ -19,9 +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 cd tmp RUN mkdir tmp/mlruns
RUN ls -al
RUN mkdir mlruns
RUN cd .. RUN cd ..
RUN cd .. RUN cd ..