Update Dockerfile

This commit is contained in:
Alicja Szulecka 2024-04-02 13:33:13 +02:00
parent 90c0f9769c
commit fc74c89396
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ RUN pip install --user scikit-learn
RUN pip install --user matplotlib
RUN pip install --user geopandas
RUN chmod +x ~/.kaggle
WORKDIR /app
COPY ./get_dataset.sh ./