changes in docker-compose.yml #40

Closed
opened 2026-04-21 13:22:28 +00:00 by SaschaFuksa · 0 comments
Owner

Change this in docker-compose.yml:
** environment:
- MODEL_NAME=base
# - GIT_NOTES_TOKEN=${GIT_NOTES_TOKEN} # GitHub PAT for sending structured MDs to SaschaFuksa/docu
# For GPU support (NVIDIA):
# deploy:
# resources:
# reservations:
# devices:
# - driver: nvidia
# count: 1
# capabilities: [gpu]**

to:
environment:
- MODEL_NAME=base
- GIT_NOTES_TOKEN=${GIT_NOTES_TOKEN}
# For GPU support (NVIDIA):
# deploy:
# resources:
# reservations:
# devices:
# - driver: nvidia
# count: 1
# capabilities: [gpu]
runtime: nvidia

Default:

  • GIT_NOTES_TOKEN=${GIT_NOTES_TOKEN} is not commented
  • runtime is simply set to nvidia
Change this in docker-compose.yml: ** environment: - MODEL_NAME=base # - GIT_NOTES_TOKEN=${GIT_NOTES_TOKEN} # GitHub PAT for sending structured MDs to SaschaFuksa/docu # For GPU support (NVIDIA): # deploy: # resources: # reservations: # devices: # - driver: nvidia # count: 1 # capabilities: [gpu]** to: environment: - MODEL_NAME=base - GIT_NOTES_TOKEN=${GIT_NOTES_TOKEN} # For GPU support (NVIDIA): # deploy: # resources: # reservations: # devices: # - driver: nvidia # count: 1 # capabilities: [gpu] runtime: nvidia Default: - GIT_NOTES_TOKEN=${GIT_NOTES_TOKEN} is not commented - runtime is simply set to nvidia
Tasch self-assigned this 2026-04-21 16:39:51 +00:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Tasch/whisper-transcribe#40
No description provided.