Skip to content

Commit

Permalink
move arcgis to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeliton committed Nov 27, 2024
1 parent c7600dd commit aed3cbc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ RUN pip uninstall pillow fiona -y && \
# ImportError: /opt/conda/lib/python3.11/lib-dynload/_sqlite3.cpython-311-x86_64-linux-gnu.so: undefined symbol: sqlite3_deserialize
# Moved to requirements.txt

RUN mamba install -c esri arcgis arcgis-mapping -y && \
fix-permissions $CONDA_DIR && \
fix-permissions /home/$NB_USER && \
mamba clean --all
#RUN mamba install -c esri arcgis arcgis-mapping -y && \
# fix-permissions $CONDA_DIR && \
# fix-permissions /home/$NB_USER && \
# mamba clean --all

RUN pip install --upgrade pip setuptools wheel
RUN pip install --upgrade nbconvert
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ networkx
holoviews
hvplot
geopandas
arcgis

0 comments on commit aed3cbc

Please sign in to comment.