File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11---
2- title : Leafmap Voila
2+ title : Geemap Voila
33emoji : 🚀
44colorFrom : red
55colorTo : red
66sdk : docker
77app_port : 7860
88tags :
9- - leafmap
9+ - geemap
1010pinned : false
11- short_description : A Voila template for leafmap
11+ short_description : A Voila template for geemap
1212license : mit
1313---
1414
1515# geemap-voila
1616
17- Build a docker image for using leafmap with Voila
17+ Build a docker image for using geemap with Voila
1818
1919To build the image:
2020
2121``` bash
22- docker buildx build --platform linux/amd64,linux/arm64 -t giswqs/leafmap :voila --push .
22+ docker buildx build --platform linux/amd64,linux/arm64 -t giswqs/geemap :voila --push .
2323```
2424
2525To run the image:
2626
2727``` bash
28- docker run -it -p 7860:7860 -v $( pwd) :/home/jovyan/notebooks giswqs/leafmap :voila
28+ docker run -it -p 7860:7860 -v $( pwd) :/home/jovyan/notebooks giswqs/geemap :voila
2929```
3030
3131To push the image to the registry:
3232
3333``` bash
34- docker push giswqs/leafmap :voila
34+ docker push giswqs/geemap :voila
3535```
Original file line number Diff line number Diff line change @@ -9,3 +9,4 @@ dependencies:
99 - leafmap
1010 - maplibre
1111 - voila
12+ - geemap
You can’t perform that action at this time.
0 commit comments