-
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
2 changed files
with
6 additions
and
6 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 |
---|---|---|
|
@@ -14,9 +14,11 @@ RUN apt update -y && \ | |
add-apt-repository universe && \ | ||
apt update -y && \ | ||
apt install graphviz -y | ||
RUN mamba install -c esri arcgis=2.2.0 -y | ||
RUN mamba install -c esri arcgis=2.2.0 -y && \ | ||
mamba update arcgis -y | ||
|
||
RUN mamba install numpy -y | ||
RUN mamba install numpy -y && \ | ||
mamba update numpy -y | ||
|
||
RUN pip install --upgrade pip setuptools wheel | ||
RUN pip install --upgrade nbconvert | ||
|
@@ -30,7 +32,7 @@ RUN pip uninstall pillow fiona -y && \ | |
RUN jupyter nbextension enable --py widgetsnbextension --sys-prefix && \ | ||
jupyter labextension install @jupyter-widgets/jupyterlab-manager && \ | ||
jupyter labextension install [email protected] | ||
|
||
USER $NB_UID | ||
|
||
COPY arcgis_test.ipynb /opt | ||
|
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 |
---|---|---|
|
@@ -15,6 +15,4 @@ shapely==2.0.0 | |
pyshp==2.3.1 | ||
pandas==1.5.2 | ||
censusdata | ||
graphviz | ||
# numexpr==2.10.1 | ||
# bottleneck==1.4.2 | ||
graphviz |