{ "name": "Debian", "image": "mcr.microsoft.com/devcontainers/base:trixie", "runArgs": ["--add-host=ollama:host-gateway"], "containerEnv": { "OLLAMA_HOST": "ollama:11434" }, "customizations": { "vscode": { "extensions": [ "ms-python.python" ] } } }