You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
swarms/docker-compose.yml

20 lines
420 B

version: "3"
services:
swarms:
image: swarm
build : .
environment:
- OPENAI_API_KEY=sk-1234
# - OPENAI_API_BASE=http://100.96.149.57:7091
- OPENAI_API_BASE=http://127.0.0.1:5000
command: python3 example.py
restart: always
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: all
capabilities: [gpu]