copy problem fix

This commit is contained in:
Filip Izydorczyk 2021-05-25 18:52:25 +02:00
parent 1313e993c1
commit 59113a5424

View File

@ -15,7 +15,6 @@ RUN pip install --user seaborn
ENV PATH="/root/.local/bin:/.local/bin:${PATH}" ENV PATH="/root/.local/bin:/.local/bin:${PATH}"
COPY ./data.sh /home/data/data.sh
COPY ./ml.py /home/data/ml.py COPY ./ml.py /home/data/ml.py
RUN mkdir /.kaggle RUN mkdir /.kaggle