Specify unsupported paths for installing OpenHands (#5540)

This commit is contained in:
mamoodi
2024-12-12 16:26:18 -05:00
committed by GitHub
parent 7dd2bc569f
commit 8300cf0436
4 changed files with 3 additions and 22 deletions

View File

@@ -1,15 +0,0 @@
{
"name": "OpenHands Codespaces",
"image": "mcr.microsoft.com/devcontainers/universal",
"customizations":{
"vscode":{
"extensions": [
"ms-python.python"
]
}
},
"onCreateCommand": "sh ./.devcontainer/on_create.sh",
"postCreateCommand": "make build",
"postStartCommand": "USE_HOST_NETWORK=True nohup bash -c 'make run &'"
}