gogo2/agent-node/.devcontainer/devcontainer.json
2023-08-23 12:43:43 +00:00

18 lines
503 B
JSON

// See https://containers.dev/implementors/json_reference/ for configuration reference
{
"name": "Untitled Node.js project",
"build": {
//container name
"containerName": "agent-node.lama.dev",
"dockerfile": "Dockerfile"
},
"remoteUser": "node",
"features": {
// "ghcr.io/devcontainers/features/python:1": {
// "installTools": true,
// "version": "3.10"
// }
},
"postCreateCommand": "npx dalai serve"
// "postCreateCommand": ["npm install dalai", "npx dalai alpaca install 7B" ]
}