Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
man3ng committed Nov 13, 2024
1 parent 7f93054 commit d8cb042
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 5 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d8cb042

Please sign in to comment.