File size: 575 Bytes
e3f4ca3
 
 
 
 
 
4740c61
e3f4ca3
 
 
 
 
 
 
1f26687
 
 
202a057
 
 
 
 
 
 
 
 
 
4740c61
202a057
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
title: Leafmap Voila
emoji: πŸš€
colorFrom: red
colorTo: red
sdk: docker
app_port: 7860
tags:
  - leafmap
pinned: false
short_description: A Voila template for leafmap
license: mit
---

# leafmap-voila

Build a docker image for using leafmap with Voila

To build the image:

```bash
docker buildx build --platform linux/amd64,linux/arm64 -t giswqs/leafmap:voila --push .
```

To run the image:

```bash
docker run -it -p 7860:7860 -v $(pwd):/home/jovyan/notebooks giswqs/leafmap:voila
```

To push the image to the registry:

```bash
docker push giswqs/leafmap:voila
```