# open webui

Open WebUI is a self-hosted, extensible AI platform supporting local and cloud models through Ollama and OpenAI-compatible APIs.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## I Built a Local AI App with Docker Model Runner - Here's How

DevFeed: [I Built a Local AI App with Docker Model Runner - Here's How](<https://devfeed.tech/articles/i-built-a-local-ai-app-with-docker-model-runner-here-s-how-10528.md>)

Original publisher: [Read original article](<https://technotim.com/posts/docker-model-runner/>)

Author: Techno Tim

Published: 2025-10-18T13:00:00Z

Content type: tutorial

Language: en

Sources: [Techno Tim](<https://devfeed.tech/sources/techno-tim.md>)

Topics: [Docker](<https://devfeed.tech/topics/docker.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Docker Compose](<https://devfeed.tech/topics/docker-compose.md>), [open webui](<https://devfeed.tech/topics/open-webui.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [API](<https://devfeed.tech/topics/api.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [api](<https://devfeed.tech/tags/api.md>), [compose](<https://devfeed.tech/tags/compose.md>), [containers](<https://devfeed.tech/tags/containers.md>), [dev](<https://devfeed.tech/tags/dev.md>), [docker](<https://devfeed.tech/tags/docker.md>), [local](<https://devfeed.tech/tags/local.md>), [local-ai](<https://devfeed.tech/tags/local-ai.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [open-webui](<https://devfeed.tech/tags/open-webui.md>), [self-hosted](<https://devfeed.tech/tags/self-hosted.md>)

### AI overview

A tutorial on using Docker Model Runner to run AI models locally and connect them to applications through Docker CLI, Docker Desktop, Docker Compose, and OpenAI-compatible endpoints. It demonstrates an Open WebUI setup and a Next.js chat app, with notes on GPU support and troubleshooting.

### Source excerpt

Run powerful AI models locally with almost zero setup - and wire them into your apps using Docker tools you already know. 📺 Watch the video What Is Docker Model Runner? Docker Model Runner is a standardized way to run AI models with Docker. Instead of juggling Python versions, CUDA, and random system packages, you pull and run a model much like you'd pull and run an image. You can use it...