mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-02 03:37:40 +02:00
add anthropics
This commit is contained in:
parent
64e93a8031
commit
86ba8f0790
@ -324,6 +324,7 @@ A collection of delicious docker recipes.
|
|||||||
|
|
||||||
- [x] 3proxy/3proxy
|
- [x] 3proxy/3proxy
|
||||||
- [x] adguard/adguardhome
|
- [x] adguard/adguardhome
|
||||||
|
- [x] ghcr.io/anthropics/anthropic-quickstarts
|
||||||
- [x] apify
|
- [x] apify
|
||||||
- [x] actor-node
|
- [x] actor-node
|
||||||
- [x] actor-node-playwright
|
- [x] actor-node-playwright
|
||||||
|
4
anthropics/README.md
Normal file
4
anthropics/README.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
anthropic
|
||||||
|
=========
|
||||||
|
|
||||||
|
https://github.com/anthropics/anthropic-quickstarts
|
15
anthropics/docker-compose.yml
Normal file
15
anthropics/docker-compose.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user