chore: cleanup, identify goal from conversation when evaluting achievement

Signed-off-by: mudler <mudler@localai.io>
This commit is contained in:
mudler
2025-04-12 10:52:12 +02:00
parent 209a9989c4
commit 0e3df1562c
3 changed files with 96 additions and 43 deletions

View File

@@ -3,7 +3,7 @@ IMAGE_NAME?=webui
ROOT_DIR:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
prepare-tests:
docker compose up -d
docker compose up -d --build
cleanup-tests:
docker compose down