Adds app whitelabling feature from kmountainflower site dumps
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "kryz-go",
|
||||
"mounts": [
|
||||
"source=/dev/dri,target=/dev/dri,type=bind"
|
||||
// "source=/dev/dri,target=/dev/dri,type=bind"
|
||||
],
|
||||
"build": {
|
||||
"dockerfile": "Dockerfile"
|
||||
@@ -14,5 +14,10 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"postCreateCommand": "flutter doctor -v"
|
||||
"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",
|
||||
"containerEnv": {
|
||||
"ANTHROPIC_BASE_URL": "http://192.168.1.108:1234",
|
||||
"ANTHROPIC_API_KEY": "lmstudio",
|
||||
"ANTHROPIC_BASE_MODEL": "qwen/qwen3.6-27b"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user