Skip to content

Commit

Permalink
revert arcgis changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeliton committed Nov 27, 2024
1 parent 1bbab51 commit 1712274
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 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
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,3 @@ networkx
holoviews
hvplot
geopandas
arcgis
arcgis-mapping

0 comments on commit 1712274

Please sign in to comment.