mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-22 07:51:00 +00:00
Merge pull request #398 from lordyavin/bugfix/use-non-cuda-dockerfile
Switches (back) to docker/Dockerfile as default for docker-compose
This commit is contained in:
commit
db8b892408
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ services:
|
|||
container_name: libretranslate
|
||||
build:
|
||||
context: .
|
||||
dockerfile: docker/cuda.Dockerfile
|
||||
dockerfile: docker/Dockerfile
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "5000:5000"
|
||||
|
|
Loading…
Reference in a new issue