Skip to content

Commit 5957022

Browse files
committed
Update title
1 parent 0925120 commit 5957022

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
---
2-
title: Leafmap Voila
2+
title: Geemap Voila
33
emoji: 🚀
44
colorFrom: red
55
colorTo: red
66
sdk: docker
77
app_port: 7860
88
tags:
9-
- leafmap
9+
- geemap
1010
pinned: false
11-
short_description: A Voila template for leafmap
11+
short_description: A Voila template for geemap
1212
license: 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

1919
To 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

2525
To 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

3131
To push the image to the registry:
3232

3333
```bash
34-
docker push giswqs/leafmap:voila
34+
docker push giswqs/geemap:voila
3535
```

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ dependencies:
99
- leafmap
1010
- maplibre
1111
- voila
12+
- geemap

0 commit comments

Comments
 (0)