24 lines
706 B
JSON
Executable File
24 lines
706 B
JSON
Executable File
{
|
|
"name": "kryz-go",
|
|
"mounts": [
|
|
// "source=/dev/dri,target=/dev/dri,type=bind"
|
|
],
|
|
"build": {
|
|
"dockerfile": "Dockerfile"
|
|
},
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"ms-vscode.vscode-typescript-next",
|
|
"dart-code.flutter"
|
|
]
|
|
}
|
|
},
|
|
"postCreateCommand": "flutter pub get && python3 -m venv .venv && . .venv/bin/activate && pip install --upgrade pip && pip install -r requirements.txt && curl -fsSL https://claude.ai/install.sh | bash",
|
|
"postStartCommand": ".venv/bin/activate",
|
|
"containerEnv": {
|
|
"ANTHROPIC_BASE_URL": "http://192.168.1.108:1234",
|
|
"ANTHROPIC_API_KEY": "lmstudio",
|
|
"ANTHROPIC_BASE_MODEL": "qwen/qwen3.6-27b"
|
|
}
|
|
} |