leafmap-voila / README.md
giswqs's picture
Add Dockerfile
202a057
|
raw
history blame
385 Bytes

leafmap-voila

Build a docker image for using leafmap with Voila

To build the image:

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

To run the image:

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

To push the image to the registry:

docker push giswqs/leafmap:voila