(feat): add Host option

This commit is contained in:
bumpsoo 2025-04-22 08:38:23 +00:00
parent f4a3b87d4f
commit d5976350eb

View file

@ -3,6 +3,11 @@ RUN_OPTION=\
-v ${HOME}/.ssh:/home/$(shell id -un)/.ssh \
-v ${PWD}:/workspace
ifdef HOST
RUN_OPTION += \
network host
endif
ENV_VARS := GROQ_API_KEY OLLAMA_API_BASE OLLAMA_API_KEY
define CHECK_AND_APPEND