This is a simple example of a PLANQK Demo created with Gradio.
The demo creates a web user interface for a service generating real random numbers. Users are able to request the amount of random numbers they want to generate.
uv venv
uv sync
source .venv/bin/activate
gradio app.py
docker build -t planqk-demo-starter-gradio .
docker run -p 8080:8080 planqk-demo-starter-gradio
PLANQK also uses the Dockerfile to build and run the container image. Verifying that the Docker container runs correctly locally makes sure that it runs correctly on PLANQK ;-)