mirror of
https://github.com/bellingcat/whisperbox-transcribe.git
synced 2026-06-08 03:28:35 +03:00
feat: add gpu support
This commit is contained in:
@@ -7,9 +7,12 @@ services:
|
||||
worker:
|
||||
container_name: whisperbox_worker
|
||||
env_file: .env
|
||||
# <GPU SUPPORT>
|
||||
# build:
|
||||
# dockerfile: worker.gpu.Dockerfile
|
||||
volumes:
|
||||
- whisperbox-data:/etc/whisperbox/data
|
||||
# <ENABLE GPU SUPPORT>
|
||||
# <GPU SUPPORT>
|
||||
# deploy:
|
||||
# resources:
|
||||
# reservations:
|
||||
@@ -23,3 +26,8 @@ services:
|
||||
env_file: .env
|
||||
volumes:
|
||||
- whisperbox-data:/etc/whisperbox/data
|
||||
labels:
|
||||
- "traefik.http.routers.web.entrypoints=web"
|
||||
|
||||
volumes:
|
||||
whisperbox-data:
|
||||
|
||||
Reference in New Issue
Block a user