Skip to content

Commit 0a11e76

Browse files
Update run.sh
1 parent 10714ed commit 0a11e76

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ while [[ $# -gt 0 ]]; do
3434
done
3535

3636
# in case of deployment deps not installed in user's requirements.txt
37-
python3 -m pip install uvicorn[standard] fastapi fastmcp
37+
python3 -m pip install uvicorn[standard] fastapi
3838

3939
USE_ADK_WEB=${USE_ADK_WEB:-False}
4040

0 commit comments

Comments
 (0)