Skip to content

Commit

Permalink
Fix typing_extensions issue
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Nov 19, 2024
1 parent ecc4478 commit 899da01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM jupyter/base-notebook:latest

RUN mamba install -c conda-forge leafmap geemap mapwidget geopandas localtileserver voila nodejs maplibre -y && \
RUN mamba install -c conda-forge leafmap geemap mapwidget geopandas localtileserver voila nodejs maplibre typing_extensions==4.11.0 -y && \
fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}"

Expand Down

0 comments on commit 899da01

Please sign in to comment.