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