Spaces:
Running
on
Zero
Running
on
Zero
File size: 310 Bytes
886d8e9 |
1 2 3 4 5 6 7 8 9 10 11 |
{
"name": "Open Interpreter",
"dockerFile": "DockerFile",
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
"onCreateCommand": "pip install .",
"postAttachCommand": "interpreter -y"
// Configure tool-specific properties.
// "customizations": {},
}
|