mlflow fix2
s444452-training/pipeline/head There was a failure building this commit Details

This commit is contained in:
AdamOsiowy123 2022-05-15 22:54:36 +02:00
parent f790b4d925
commit c1daf70504
1 changed files with 1 additions and 1 deletions

View File

@ -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
RUN mkdir /code/mlruns && chmod o+w /code/mlruns