2026-04-01 10:21:50 +00:00
|
|
|
{
|
|
|
|
|
"name": "Debian",
|
|
|
|
|
|
|
|
|
|
"image": "mcr.microsoft.com/devcontainers/base:trixie",
|
|
|
|
|
|
2026-04-01 20:41:52 +00:00
|
|
|
"features": {
|
|
|
|
|
"ghcr.io/devcontainers/features/python:1.8.0": {
|
|
|
|
|
"toolsToInstall": "flake8,virtualenv,pytest,pylint"
|
|
|
|
|
},
|
|
|
|
|
"ghcr.io/devcontainers-extra/features/apt-get-packages:1.0.8": {
|
|
|
|
|
"packages": "ffmpeg,nodejs"
|
|
|
|
|
},
|
|
|
|
|
"ghcr.io/devcontainers/features/docker-in-docker:2.16.1": {
|
|
|
|
|
"moby": false
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
|
2026-04-01 10:21:50 +00:00
|
|
|
"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 11:22:09 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
|
|
"forwardPorts": [
|
|
|
|
|
5000
|
|
|
|
|
]
|
|
|
|
|
|
2026-04-01 10:21:50 +00:00
|
|
|
|
|
|
|
|
}
|