From c1daf70504e5c16cde25d002658f27c23ca3139b Mon Sep 17 00:00:00 2001 From: AdamOsiowy123 Date: Sun, 15 May 2022 22:54:36 +0200 Subject: [PATCH] mlflow fix2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 75a05b3..9937241 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,4 @@ COPY . /code/ RUN python3 -m pip install -r requirements.txt RUN mkdir /.kaggle && chmod o+w /.kaggle -RUN mkdir /mlruns && chmod o+w /mlruns \ No newline at end of file +RUN mkdir /code/mlruns && chmod o+w /code/mlruns \ No newline at end of file