Goal: Install a beautiful ChatGPT-like interface for your local models.
docker run -d -p 8080:8080 \ -v ollama:/root/.ollama \ -v open-webui:/app/backend/data \ --name open-webui \ --restart always \ ghcr.io/open-webui/open-webui:main
Open your browser and go to: http://localhost:8080