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