old changes

This commit is contained in:
Dobromir Popov
2023-08-23 12:43:43 +00:00
parent 88e9353b03
commit ba9389e7b0
19 changed files with 4319 additions and 64 deletions

View 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" ]
}