35 lines
794 B
JSON
35 lines
794 B
JSON
{
|
|
"name": "Debian",
|
|
"image": "mcr.microsoft.com/devcontainers/base:bullseye",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/node:1": {
|
|
"version": "16"
|
|
},
|
|
"ghcr.io/devcontainers/features/python:1": {
|
|
"version": "3.10"
|
|
}
|
|
},
|
|
"mounts": [
|
|
{
|
|
"type": "bind",
|
|
"source": "${localEnv:HOME}/.gitconfig",
|
|
"target": "/home/vscode/.gitconfig"
|
|
},
|
|
{
|
|
"type": "bind",
|
|
"source": "${localEnv:HOME}/.gnupg",
|
|
"target": "/home/vscode/.gnupg"
|
|
},
|
|
{
|
|
"type": "volume",
|
|
"source": "sd-webui-3d-open-pose-editor-venv",
|
|
"target": "${containerWorkspaceFolder}/.venv"
|
|
},
|
|
{
|
|
"type": "volume",
|
|
"source": "sd-webui-3d-open-pose-editor-nodemodules",
|
|
"target": "${containerWorkspaceFolder}/node_modules"
|
|
}
|
|
],
|
|
"postCreateCommand": "bash .devcontainer/init.sh"
|
|
} |