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"