From aa40f3d7f2b852fbc1145fc1fe840e9dad35badb Mon Sep 17 00:00:00 2001 From: Alicja Szulecka <73056579+AliSzu@users.noreply.github.com> Date: Tue, 2 Apr 2024 14:48:28 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 156d7c0..2f2a41e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 ./