mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-07-09 03:04:26 -04: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
@ -5,7 +5,7 @@ services:
|
|||||||
container_name: libretranslate
|
container_name: libretranslate
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: docker/cuda.Dockerfile
|
dockerfile: docker/Dockerfile
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "5000:5000"
|
- "5000:5000"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user