changes in docker-compose.yml #40
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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: