Dockerfile fix

This commit is contained in:
Filip Izydorczyk 2021-05-26 18:38:28 +02:00
parent 1d0cca3825
commit 2a786ba4db

View File

@ -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