From a04053a2ad0e62994e387295375efe945311ff47 Mon Sep 17 00:00:00 2001 From: s434695 Date: Mon, 24 May 2021 01:31:27 +0200 Subject: [PATCH] :(((( --- Dockerfile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 64ca3d9..175b548 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,11 @@ 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 .. +RUN cd .. + -WORKDIR /app -COPY ./train.py ./