From 2634d0aa0275df76185df9bac0921d5a29fbce69 Mon Sep 17 00:00:00 2001 From: Michael Terry Date: Fri, 29 Sep 2023 14:59:50 -0400 Subject: [PATCH] docker: stop launching llama2 for every profile The llama2 docker compose stanza was missing a profile, which meant it was launching for all profiles. Setting an "hf-test" profile fixes that. --- compose.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compose.yaml b/compose.yaml index 819f678e..e598087a 100644 --- a/compose.yaml +++ b/compose.yaml @@ -109,6 +109,8 @@ services: start_period: 20m # give plenty of time for startup, since we may be downloading a model volumes: - hf-data:/data + profiles: + - hf-test networks: - cumulus-etl ports: