From b78ee3a0a5f7bf9ca7660c643da15efe1eb06a6c Mon Sep 17 00:00:00 2001 From: Suraj Subramanian <5676233+subramen@users.noreply.github.com> Date: Mon, 11 Nov 2024 13:51:14 -0500 Subject: [PATCH] fix duplicate `deploy` in compose.yaml (#417) --- distributions/meta-reference-gpu/compose.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/distributions/meta-reference-gpu/compose.yaml b/distributions/meta-reference-gpu/compose.yaml index 70b37f260..2b88c68fc 100644 --- a/distributions/meta-reference-gpu/compose.yaml +++ b/distributions/meta-reference-gpu/compose.yaml @@ -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"