Add docker support

This commit is contained in:
Mikhail Yevchenko
2026-04-01 20:41:52 +00:00
parent 27e97adbc8
commit a468a7a268
13 changed files with 417 additions and 609 deletions
+12
View File
@@ -3,6 +3,18 @@
"image": "mcr.microsoft.com/devcontainers/base:trixie",
"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
}
},
"runArgs": ["--add-host=ollama:host-gateway"],
"containerEnv": {