MOD / .devcontainer /devcontainer.json
Muhammad Usman
Initial deploy to Hugging Face
25eb9f7
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"
}