diff --git a/Dockerfile b/Dockerfile index 175b548..0065f5e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,6 @@ 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 ..