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