1
0
mirror of https://github.com/LibreTranslate/LibreTranslate.git synced 2025-03-03 15:32:14 +02: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:
Dingedi 2023-01-31 16:22:06 +01:00 committed by GitHub
commit db8b892408
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ services:
container_name: libretranslate
build:
context: .
dockerfile: docker/cuda.Dockerfile
dockerfile: docker/Dockerfile
restart: unless-stopped
ports:
- "5000:5000"