Update README.md
Build and Push Docker Image to Gitea / build-and-push (push) Successful in 43s

This commit is contained in:
2026-06-05 11:14:25 +02:00
parent 391650c8c8
commit 86119738f0
+1 -1
View File
@@ -10,7 +10,7 @@ TOKEN=YOUR_TOKEN
MODEL=Qwen/Qwen3-Coder-30B-A3B-Instruct
docker run -v $HOME/.claude:/home/ubuntu/.claude:Z -v $REPO_DIR:/workspace:Z \
--net=host --rm -ti \
--net=host --rm \
-e "ANTHROPIC_BASE_URL=https://ai.psi.ch/api" \
-e "ANTHROPIC_API_KEY=$TOKEN" \
-e "ANTHROPIC_MODEL=$MODEL" -ti gitea.psi.ch/images/claude-code:latest