1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-02 03:37:40 +02:00

add anthropics

This commit is contained in:
kev 2024-11-25 19:33:27 +08:00
parent 64e93a8031
commit 86ba8f0790
3 changed files with 20 additions and 0 deletions

View File

@ -324,6 +324,7 @@ A collection of delicious docker recipes.
- [x] 3proxy/3proxy
- [x] adguard/adguardhome
- [x] ghcr.io/anthropics/anthropic-quickstarts
- [x] apify
- [x] actor-node
- [x] actor-node-playwright

4
anthropics/README.md Normal file
View File

@ -0,0 +1,4 @@
anthropic
=========
https://github.com/anthropics/anthropic-quickstarts

View File

@ -0,0 +1,15 @@
services:
anthropic:
image: ghcr.io/anthropics/anthropic-quickstarts:computer-use-demo-latest
ports:
- "5900:5900"
- "6080:6080"
- "8080:8080"
- "8501:8501"
volumes:
- ./data:/home/computeruse/.anthropic
environment:
- ANTHROPIC_API_KEY=sk-xxx-xxx-xxx
- WIDTH=1024
- HEIGHT=768
restart: unless-stopped