fix duplicate deploy in compose.yaml (#417)

This commit is contained in:
Suraj Subramanian 2024-11-11 13:51:14 -05:00 committed by GitHub
parent c1f7ba3aed
commit b78ee3a0a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,11 +25,10 @@ services:
# satisfy all the requested capabilities for a successful
# reservation.
capabilities: [gpu]
runtime: nvidia
entrypoint: bash -c "python -m llama_stack.distribution.server.server --yaml_config /root/my-run.yaml"
deploy:
restart_policy:
condition: on-failure
delay: 3s
max_attempts: 5
window: 60s
runtime: nvidia
entrypoint: bash -c "python -m llama_stack.distribution.server.server --yaml_config /root/my-run.yaml"