mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-05 23:40:13 +01:00
13 lines
237 B
YAML
13 lines
237 B
YAML
|
version: "3"
|
||
|
|
||
|
services:
|
||
|
libretranslate-cuda:
|
||
|
container_name: libretranslate-cuda
|
||
|
build:
|
||
|
context: .
|
||
|
dockerfile: docker/Dockerfile.cuda
|
||
|
restart: unless-stopped
|
||
|
ports:
|
||
|
- 5000:5000
|
||
|
command: --gpus all
|