Update Dockerfile
This commit is contained in:
parent
fc74c89396
commit
ac30012090
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user