Skip to content

Commit e30983c

Browse files
refine pip install in run.sh (#87)
1 parent 0c58161 commit e30983c

File tree

1 file changed

+2
-6
lines changed
  • veadk/integrations/ve_faas/template/{{cookiecutter.local_dir_name}}/src

1 file changed

+2
-6
lines changed

veadk/integrations/ve_faas/template/{{cookiecutter.local_dir_name}}/src/run.sh

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,8 @@ while [[ $# -gt 0 ]]; do
3333
esac
3434
done
3535

36-
# in case of uvicorn and fastapi not installed in user's requirements.txt
37-
python3 -m pip install uvicorn[standard]
38-
39-
python3 -m pip install fastapi
40-
41-
python3 -m pip install fastmcp
36+
# in case of deployment deps not installed in user's requirements.txt
37+
python3 -m pip install uvicorn[standard] fastapi fastmcp
4238

4339
USE_ADK_WEB=${USE_ADK_WEB:-False}
4440

0 commit comments

Comments
 (0)