diff --git a/Dockerfile b/Dockerfile index 7aa71d5..ec0b840 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,6 @@ RUN pip install --user seaborn ENV PATH="/root/.local/bin:/.local/bin:${PATH}" -COPY ./data.sh /home/data/data.sh COPY ./ml.py /home/data/ml.py RUN mkdir /.kaggle