uv; the runtime stage copies only the virtual environment, runs as a dedicated notewise user, and keeps writable state under /home/notewise/.notewise.
| Property | Value |
|---|---|
| Base image | python:3.13-slim |
| User | notewise (uid 1001) |
| Entrypoint | notewise |
| Default volume | /output |
| Working directory | /output |
| State directory | /home/notewise/.notewise |
Pull the image
Usage examples
Basic usage
Basic usage
/output inside the container. Mount a host directory there to access them.Different provider
Different provider
Batch processing
Batch processing
With a cookie file
With a cookie file
Persistent cache
Persistent cache
To preserve the SQLite cache across container runs, mount the state directory:
The container user is
notewise (uid 1001). The state directory is /home/notewise/.notewise.Environment variables
All configuration keys can be passed as-e flags: