Skip to content

Commit

Permalink
change update order
Browse files Browse the repository at this point in the history
  • Loading branch information
man3ng committed Nov 13, 2024
1 parent 51232ea commit 896e0b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ RUN apt update -y && \
apt install graphviz -y

# Install geospatial packages first
RUN pip uninstall pillow fiona -y && \
pip install -r ~/requirements.txt && \
pip install --upgrade fiona

RUN mamba install -c conda-forge -y \
python=3.10 \
geopandas=0.13.2 \
Expand All @@ -37,10 +41,6 @@ RUN pip install --upgrade nbconvert

# RUN mamba install -c conda-forge geopandas cartopy pygeos pysal contextily osmnx jupyterlab_widgets -y

RUN pip uninstall pillow fiona -y && \
pip install -r ~/requirements.txt && \
pip install --upgrade fiona

RUN jupyter nbextension enable --py widgetsnbextension --sys-prefix && \
jupyter labextension install @jupyter-widgets/jupyterlab-manager && \
jupyter labextension install [email protected]
Expand Down

0 comments on commit 896e0b8

Please sign in to comment.