Skip to content

Commit

Permalink
Fixed docker image error (opengeos#510)
Browse files Browse the repository at this point in the history
* Add zoom_to_layer param for folium add_cog_layer

* Fix docker image error
  • Loading branch information
giswqs committed Aug 19, 2023
1 parent 1d554e7 commit b85bc18
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/scipy-notebook:latest
RUN mamba install -c conda-forge leafmap geopandas localtileserver osmnx -y && \
pip install -U leafmap && \
pip install -U leafmap jsonschema==4.18.0 && \
fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}"

Expand Down

0 comments on commit b85bc18

Please sign in to comment.