giswqs commited on
Commit
5957022
Β·
1 Parent(s): 0925120

Update title

Browse files
Files changed (2) hide show
  1. README.md +7 -7
  2. environment.yml +1 -0
README.md CHANGED
@@ -1,35 +1,35 @@
1
  ---
2
- title: Leafmap Voila
3
  emoji: πŸš€
4
  colorFrom: red
5
  colorTo: red
6
  sdk: docker
7
  app_port: 7860
8
  tags:
9
- - leafmap
10
  pinned: false
11
- short_description: A Voila template for leafmap
12
  license: mit
13
  ---
14
 
15
  # geemap-voila
16
 
17
- Build a docker image for using leafmap with Voila
18
 
19
  To build the image:
20
 
21
  ```bash
22
- docker buildx build --platform linux/amd64,linux/arm64 -t giswqs/leafmap:voila --push .
23
  ```
24
 
25
  To run the image:
26
 
27
  ```bash
28
- docker run -it -p 7860:7860 -v $(pwd):/home/jovyan/notebooks giswqs/leafmap:voila
29
  ```
30
 
31
  To push the image to the registry:
32
 
33
  ```bash
34
- docker push giswqs/leafmap:voila
35
  ```
 
1
  ---
2
+ title: Geemap Voila
3
  emoji: πŸš€
4
  colorFrom: red
5
  colorTo: red
6
  sdk: docker
7
  app_port: 7860
8
  tags:
9
+ - geemap
10
  pinned: false
11
+ short_description: A Voila template for geemap
12
  license: mit
13
  ---
14
 
15
  # geemap-voila
16
 
17
+ Build a docker image for using geemap with Voila
18
 
19
  To build the image:
20
 
21
  ```bash
22
+ docker buildx build --platform linux/amd64,linux/arm64 -t giswqs/geemap:voila --push .
23
  ```
24
 
25
  To run the image:
26
 
27
  ```bash
28
+ docker run -it -p 7860:7860 -v $(pwd):/home/jovyan/notebooks giswqs/geemap:voila
29
  ```
30
 
31
  To push the image to the registry:
32
 
33
  ```bash
34
+ docker push giswqs/geemap:voila
35
  ```
environment.yml CHANGED
@@ -9,3 +9,4 @@ dependencies:
9
  - leafmap
10
  - maplibre
11
  - voila
 
 
9
  - leafmap
10
  - maplibre
11
  - voila
12
+ - geemap