Update Dockerfile

This commit is contained in:
Alicja Szulecka 2024-04-02 14:48:28 +02:00
parent 97da50d40a
commit aa40f3d7f2
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ RUN pip install --user scikit-learn
RUN pip install --user matplotlib
RUN pip install --user geopandas
RUN echo ${KAGGLE_KEY}
WORKDIR /app
COPY ./get_dataset.sh ./