llm processing of sentiment
This commit is contained in:
@@ -17,6 +17,8 @@ services:
|
||||
# c) Explicitly override: docker compose run --gpus all ollama
|
||||
# 3. If your Docker/Compose version does NOT honor the reservation below, uncomment the
|
||||
# 'devices' section further down as a fallback (less portable).
|
||||
|
||||
## UNCOMMENT THE FOLLOWING BLOCK FOR NVIDIA GPU SUPPORT ###
|
||||
deploy:
|
||||
resources:
|
||||
reservations:
|
||||
@@ -29,6 +31,8 @@ services:
|
||||
# Visible devices / capabilities for the NVIDIA container runtime
|
||||
- NVIDIA_VISIBLE_DEVICES=all
|
||||
- NVIDIA_DRIVER_CAPABILITIES=compute,utility
|
||||
## ---------- END GPU SUPPORT BLOCK ------------###
|
||||
|
||||
|
||||
# Fallback (UNCOMMENT ONLY if the reservation above is ignored and you still get errors):
|
||||
# devices:
|
||||
|
||||
Reference in New Issue
Block a user