We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f64f113 commit 87a9950Copy full SHA for 87a9950
1 file changed
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