old changes
This commit is contained in:
18
agent-node/.devcontainer/devcontainer.json
Normal file
18
agent-node/.devcontainer/devcontainer.json
Normal file
@ -0,0 +1,18 @@
|
||||
// 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" ]
|
||||
}
|
Reference in New Issue
Block a user