From fc74c893966da3dddc0eaaf6f1f3ac6d7b80fb2b Mon Sep 17 00:00:00 2001 From: Alicja Szulecka <73056579+AliSzu@users.noreply.github.com> Date: Tue, 2 Apr 2024 13:33:13 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index db549bf..c4aae8c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 ./ \ No newline at end of file