You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
539 B

1 month ago
{
"image": "localhost/ai-opensource:latest",
"forwardPorts": [],
"mounts": [
{
"source": "pnpm-store",
"target": "/home/ai/.local/share/pnpm/store",
"type": "volume"
},
{
"source": "shell-history",
"target": "/home/ai/.local/share/history/",
"type": "volume"
}
],
"workspaceMount": "",
"runArgs": [
"--userns=keep-id:uid=1000,gid=1000",
"--volume=${localWorkspaceFolder}:/workspaces/${localWorkspaceFolderBasename}:Z",
"--network=host",
"--ulimit=host"
]
}