mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-06-26 02:51:05 +00:00
fix docker
This commit is contained in:
parent
5ea18f88db
commit
c18a8d4855
3 changed files with 8 additions and 6 deletions
|
@ -5,10 +5,10 @@ services:
|
|||
container_name: libretranslate-cuda
|
||||
build:
|
||||
context: .
|
||||
dockerfile: docker/Dockerfile.cuda
|
||||
dockerfile: .docker/cuda.Dockerfile
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 5000:5000
|
||||
- "5000:5000"
|
||||
deploy:
|
||||
resources:
|
||||
reservations:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue