mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-06-21 08:30:58 +00:00
Add CUDA docker version
This commit is contained in:
parent
8247444fb2
commit
89dde2d468
3 changed files with 59 additions and 0 deletions
12
docker-compose.cuda.yml
Normal file
12
docker-compose.cuda.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
version: "3"
|
||||
|
||||
services:
|
||||
libretranslate-cuda:
|
||||
container_name: libretranslate-cuda
|
||||
build:
|
||||
context: .
|
||||
dockerfile: docker/Dockerfile.cuda
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 5000:5000
|
||||
command: --gpus all
|
Loading…
Add table
Add a link
Reference in a new issue