Add docker support
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user