LangChain / devcontainer.json
dcd018's picture
Initial commit.
b88c922
Raw
History Blame Contribute Delete
191 Bytes
Invalid JSON:Unexpected token '/', "//devconta"... is not valid JSON
//devcontainer.json
{
"name": "LangChain",
"dockerComposeFile": "docker-compose.yaml",
"service": "langchain",
"containerUser": "appuser",
"workspaceFolder": "/home/appuser/app"
}