Fix AIPC docker container network issue (#1021)

Signed-off-by: Wang, Xigui <xigui.wang@intel.com>
This commit is contained in:
xiguiw
2024-10-25 10:46:57 +08:00
committed by GitHub
parent d3ce6f5357
commit 95b58b51fa

View File

@@ -83,7 +83,6 @@ services:
command: ["ollama serve & sleep 10 && ollama run ${OLLAMA_MODEL} & wait"]
environment:
no_proxy: ${no_proxy}
http_proxy: ${http_proxy}
https_proxy: ${https_proxy}
OLLAMA_MODEL: ${OLLAMA_MODEL}