2026-04-01 10:21:50 +00:00
|
|
|
{
|
|
|
|
|
"name": "Debian",
|
|
|
|
|
|
|
|
|
|
"image": "mcr.microsoft.com/devcontainers/base:trixie",
|
|
|
|
|
|
|
|
|
|
"runArgs": ["--add-host=ollama:host-gateway"],
|
|
|
|
|
|
|
|
|
|
"containerEnv": {
|
|
|
|
|
"OLLAMA_HOST": "ollama:11434"
|
2026-04-01 11:13:44 +00:00
|
|
|
},
|
|
|
|
|
"customizations": {
|
|
|
|
|
"vscode": {
|
|
|
|
|
"extensions": [
|
|
|
|
|
"ms-python.python"
|
|
|
|
|
]
|
|
|
|
|
}
|
2026-04-01 10:21:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|