-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 \ | ||
|
@@ -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] | ||
|