diff --git a/Dockerfile b/Dockerfile index 211b6f1..b6bac40 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN pip3 install keras RUN pip3 install GitPython RUN pip3 install pymongo RUN pip3 install mlflow -RUN sudo mkdir tmp/mlruns +RUN mkdir tmp/mlruns -u