Update Dockerfile

This commit is contained in:
Alicja Szulecka 2024-04-02 13:34:58 +02:00
parent fc74c89396
commit ac30012090

View File

@ -9,7 +9,8 @@ RUN pip install --user scikit-learn
RUN pip install --user matplotlib
RUN pip install --user geopandas
RUN chmod +x ~/.kaggle
RUN mkdir /.kaggle
RUN chmod +x /.kaggle
WORKDIR /app