https://github.com/opengeos/duckdb-voila
A Docker image for using DuckDB with Voila
https://github.com/opengeos/duckdb-voila
duckdb geospatial leafmap python voila
Last synced: 2 months ago
JSON representation
A Docker image for using DuckDB with Voila
- Host: GitHub
- URL: https://github.com/opengeos/duckdb-voila
- Owner: opengeos
- License: mit
- Created: 2025-11-15T03:34:09.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-03-16T20:51:55.000Z (4 months ago)
- Last Synced: 2026-03-17T07:29:05.743Z (4 months ago)
- Topics: duckdb, geospatial, leafmap, python, voila
- Language: Jupyter Notebook
- Homepage: https://huggingface.co/spaces/giswqs/duckdb-voila
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
title: DuckDB Voila
emoji: 🚀
colorFrom: red
colorTo: red
sdk: docker
app_port: 7860
tags:
- leafmap
pinned: false
short_description: A Voila template for DuckDB
license: mit
---
# duckdb-voila
Build a docker image for using DuckDB with Voila
To build the image:
```bash
docker buildx build --platform linux/amd64,linux/arm64 -t giswqs/duckdb:voila --push .
```
To run the image:
```bash
docker run -it -p 7860:7860 -v $(pwd):/home/jovyan/notebooks giswqs/duckdb:voila
```
To push the image to the registry:
```bash
docker push giswqs/duckdb:voila
```