fix: add rm and host option

This commit is contained in:
bumpsoo 2025-05-03 15:59:05 +00:00
parent d5976350eb
commit 4270600681

View file

@ -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