We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c58161 commit e30983cCopy full SHA for e30983c
veadk/integrations/ve_faas/template/{{cookiecutter.local_dir_name}}/src/run.sh
@@ -33,12 +33,8 @@ while [[ $# -gt 0 ]]; do
33
esac
34
done
35
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
+# in case of deployment deps not installed in user's requirements.txt
+python3 -m pip install uvicorn[standard] fastapi fastmcp
42
43
USE_ADK_WEB=${USE_ADK_WEB:-False}
44
0 commit comments