Skip to content

Commit

Permalink
Add no_proxy env for embedding-tei-server and reranking container
Browse files Browse the repository at this point in the history
Signed-off-by: Zhou Ting <ting.z.zhou@intel.com>
Singed-off-by: Cao Huiyan <huiyan.cao@intel.com>
  • Loading branch information
moting9 committed Jun 6, 2024
1 parent 47faf79 commit 37ff9a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ services:
- "6000:6000"
ipc: host
environment:
no_proxy: ${no_proxy}
http_proxy: ${http_proxy}
https_proxy: ${https_proxy}
TEI_EMBEDDING_ENDPOINT: ${TEI_EMBEDDING_ENDPOINT}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ services:
- "8000:8000"
ipc: host
environment:
no_proxy: ${no_proxy}
http_proxy: ${http_proxy}
https_proxy: ${https_proxy}
TEI_RERANKING_ENDPOINT: ${TEI_RERANKING_ENDPOINT}
Expand Down

0 comments on commit 37ff9a3

Please sign in to comment.