feat: add netdata
This commit is contained in:
@@ -36,12 +36,10 @@ services:
|
||||
reservations:
|
||||
cpus: ${VLLM_CPU_RESERVATION:-2.0}
|
||||
memory: ${VLLM_MEMORY_RESERVATION:-4G}
|
||||
# Uncomment for GPU support
|
||||
# devices:
|
||||
# - driver: nvidia
|
||||
# count: 1
|
||||
# capabilities: [gpu]
|
||||
# runtime: nvidia # Uncomment for GPU support
|
||||
devices:
|
||||
- driver: nvidia
|
||||
count: 1
|
||||
capabilities: [gpu]
|
||||
shm_size: 4g
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:8000/health"]
|
||||
|
||||
Reference in New Issue
Block a user