From 42706006814849c8ee86cb030c623876115f293d Mon Sep 17 00:00:00 2001 From: bumpsoo Date: Sat, 3 May 2025 15:59:05 +0000 Subject: [PATCH] fix: add rm and host option --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 836f329..c96dceb 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,12 @@ RUN_OPTION=\ -it \ + --rm \ -v ${HOME}/.ssh:/home/$(shell id -un)/.ssh \ -v ${PWD}:/workspace ifdef HOST RUN_OPTION += \ - network host + --network host endif ENV_VARS := GROQ_API_KEY OLLAMA_API_BASE OLLAMA_API_KEY