floor-visualizer-gpu / .devcontainer /devcontainer.json
github-actions[bot]
Automated Deploy: c36d2ecaabdcede973c233ac6c4eeb190651fb74
608135a
Raw
History Blame Contribute Delete
546 Bytes
Invalid JSON:Expected double-quoted property name in JSONat line 8, column 5
{
"name": "Room-Tiler-Dev",
"build": {
"dockerfile": "Dockerfile",
"context": ".."
},
// Forward the Gradio port
"forwardPorts": [7860],
// Automatically start the app when the container boots
"postCreateCommand": "python /workspace/app.py --share --server-name 0.0.0.0",
// VS Code features: Python extension, auto-formatting, etc.
"features": {
"ghcr.io/devcontainers/features/python:1": { "version": "3.10" }
},
// Sets the default shell
"remoteUser": "root"
}