new media player functionality

This commit is contained in:
2026-06-25 06:09:28 +00:00
parent 69f848c260
commit d9b0964f07
20 changed files with 404 additions and 5 deletions
+4 -2
View File
@@ -1,8 +1,10 @@
FROM python:3.12-alpine
RUN apk update && apk add git nodejs npm bash
RUN apk update && apk add git nodejs npm bash curl tmux
# Install Angular.js via NPM
RUN npm install -g @angular/cli@21.2.14
RUN /bin/bash
RUN curl -fsSL https://claude.ai/install.sh | bash
ENV PATH="$PATH:/root/.local/bin"
+5
View File
@@ -3,6 +3,11 @@
"build": {
"dockerfile": "Dockerfile"
},
"containerEnv": {
"ANTHROPIC_BASE_URL": "http://192.168.1.108:1234",
"ANTHROPIC_AUTH_TOKEN": "lmstudio",
"ANTHROPIC_MODEL": "qwen/qwen3.6-27b"
},
"customizations": {
"vscode": {
"extensions": [