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