- Enable Docker Model Runner (v4.40 or newer) in Settings or run the command:
docker desktop enable model-runner --no-tcp
- Download some models from https://hub.docker.com/u/ai
docker model pull ai/qwen2.5:0.5B-F16
docker model pull ai/smollm2:latest
- Be sure to only download models that you have the VRAM to run :)
- Run the compose.yaml here to startup the Open WebUI on port 3000
- you can run my published compose file directly (without needing to save the YAML locally) with
docker compose -f oci://bretfisher/openwebui up