mirror of
https://github.com/trycua/computer.git
synced 2026-01-01 11:00:31 -06:00
19 lines
353 B
JSON
19 lines
353 B
JSON
{
|
|
"name": "Cua - OSS",
|
|
"build": {
|
|
"dockerfile": "../Dockerfile"
|
|
},
|
|
"containerEnv": {
|
|
"DISPLAY": "",
|
|
"PYLUME_HOST": "host.docker.internal"
|
|
},
|
|
"forwardPorts": [7860],
|
|
"portsAttributes": {
|
|
"7860": {
|
|
"label": "Cua web client (Gradio)",
|
|
"onAutoForward": "silent"
|
|
}
|
|
},
|
|
"postCreateCommand": "/bin/bash .devcontainer/post-install.sh"
|
|
}
|