csm-1b / docker-compose.yml
alethanhson
fix
84f8f32
raw
history blame contribute delete
496 Bytes
version: '3'
services:
csm:
build:
context: .
args:
- BUILDKIT_INLINE_CACHE=1
ports:
- '7860:7860'
volumes:
- ./data:/app/data
- ~/.huggingface:/root/.huggingface
env_file:
- .env
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities: [gpu]
environment:
- HUGGINGFACE_TOKEN=${HUGGINGFACE_TOKEN}
- PYTHONDONTWRITEBYTECODE=1