LibreTranslate/docker-compose.cuda.yml
2023-01-12 14:23:29 +01:00

19 lines
372 B
YAML

version: "3"
services:
libretranslate-cuda:
container_name: libretranslate-cuda
build:
context: .
dockerfile: .docker/cuda.Dockerfile
restart: unless-stopped
ports:
- "5000:5000"
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities: [gpu]