From ac30012090ee25654bf167fe4f78028ab3c2dc07 Mon Sep 17 00:00:00 2001 From: Alicja Szulecka <73056579+AliSzu@users.noreply.github.com> Date: Tue, 2 Apr 2024 13:34:58 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c4aae8c..c589aa4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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