Run a Deepseek AI locally using docker.
Including a chat interface to interact with it.
Simple as docker compose up
https://hub.docker.com/r/ollama/ollama
docker run -d -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama
https://ollama.com/library/deepseek-1
docker exec -it ollama ollama run deepseek-r1:1.5b
docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main