LIbreTranslate / docker-compose.cuda.yml
RaiSantos's picture
LibreTranslate
5c5426d
raw
history blame
371 Bytes
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]