From 68cd8805a2c48580df7dbc7cd19d1833ad8ced4d Mon Sep 17 00:00:00 2001 From: s434695 Date: Mon, 24 May 2021 01:37:52 +0200 Subject: [PATCH] :(((( --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index f9a5d33..931e59f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,9 +19,7 @@ RUN pip3 install keras RUN pip3 install GitPython RUN pip3 install pymongo RUN pip3 install mlflow -RUN cd tmp -RUN ls -al -RUN mkdir mlruns +RUN mkdir tmp/mlruns RUN cd .. RUN cd ..