Skip to content

Commit

Permalink
fix: add cmd to install dep httpx (OpenBMB#353)
Browse files Browse the repository at this point in the history
Co-authored-by: xieweicheng <[email protected]>
  • Loading branch information
Tseian and xieweicheng authored Dec 25, 2023
1 parent bc6a2be commit ea70ee3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ToolServer/ToolServerNode/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fastapi
func_timeout
GitPython
google_api_python_client
httpx
httpx[http2]
Markdown
numpy
orjson
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/ToolServerNode/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN pip install playwright && playwright install chromium && playwright install
COPY ToolServer/ToolServerNode/requirements.txt .

RUN pip install --no-cache-dir -r requirements.txt

RUN rm -rf /tmp/* /var/tmp/*

COPY ToolServer/ToolServerNode .
Expand Down

0 comments on commit ea70ee3

Please sign in to comment.