From 2a786ba4db76acc906e20986648d19b190cef215 Mon Sep 17 00:00:00 2001 From: Filip Izydorczyk Date: Wed, 26 May 2021 18:38:28 +0200 Subject: [PATCH] Dockerfile fix --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ec0b840..b2d6fb9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,5 @@ RUN pip install --user seaborn ENV PATH="/root/.local/bin:/.local/bin:${PATH}" -COPY ./ml.py /home/data/ml.py - RUN mkdir /.kaggle RUN chmod -R 777 /.kaggle \ No newline at end of file