LibreTranslate/docker-compose.cuda.yml

19 lines
371 B
YAML
Raw Normal View History

2022-06-20 22:20:07 +00:00
version: "3"
services:
libretranslate-cuda:
container_name: libretranslate-cuda
build:
context: .
2023-01-13 15:24:56 +00:00
dockerfile: docker/cuda.Dockerfile
2022-06-20 22:20:07 +00:00
restart: unless-stopped
ports:
2023-01-12 13:23:29 +00:00
- "5000:5000"
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities: [gpu]