immich/.devcontainer/ml/devcontainer.json
2025-05-01 04:11:18 +00:00

18 lines
402 B
JSON

{
"name": "Immich - Machine Learning",
"service": "immich-machine-learning",
"dockerComposeFile": ["docker-compose.yml"],
"customizations": {
"vscode": {
"extensions": [
"ms-python.python","ms-python.debugpy","KevinRose.vsc-python-indent"
]
}
},
"forwardPorts": [],
"overrideCommand": true,
"workspaceFolder": "/workspaces/immich",
"remoteUser": "node"
}