Skip to content

Commit

Permalink
Add no_proxy env for embedding-tei-server container
Browse files Browse the repository at this point in the history
Signed-off-by: Zhou Ting <ting.z.zhou@intel.com>
  • Loading branch information
moting9 committed Jun 6, 2024
1 parent 47faf79 commit b4882ff
Showing 1 changed file with 1 addition 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

0 comments on commit b4882ff

Please sign in to comment.