We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3978df commit 8d3ead5Copy full SHA for 8d3ead5
1 file changed
generate_func.sh
@@ -9,7 +9,12 @@ pip${PY_VERSION} install wheel
9
10
python${PY_VERSION} setup.py bdist_wheel
11
12
+rm -fr test_function
13
fn init --runtime python test_function || true
14
+
15
+echo "build_image: fnproject/python:${PY_VERSION}-dev" >> test_function/func.yaml
16
+echo "run_image: fnproject/python:${PY_VERSION}" >> test_function/func.yaml
17
18
pip${PY_VERSION} download -r test_function/requirements.txt -d test_function/.pip_cache
19
20
rm -fr test_function/.pip_cache/fdk*
0 commit comments