1
0
mirror of https://github.com/LibreTranslate/LibreTranslate.git synced 2024-07-07 09:50:09 +02:00
LibreTranslate/docker-compose.cuda.yml

19 lines
369 B
YAML
Raw Normal View History

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