You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A sample Python function that uses a external pip module.
3
+
A sample Python function that uses an external pip module referenced by the requirements.txt file
4
4
5
5
Deploy the function straight to Code Engine by running the following command from this directory
6
6
7
7
```bash
8
8
ibmcloud ce fn create -n lorem-python -runtime python-3.11 --build-source .
9
9
```
10
10
11
-
For more information follow th official docs -> [Including modules for a Python Function](https://cloud.ibm.com/docs/codeengine?topic=codeengine-fun-create-repo#function-python-dep-repo)
11
+
For more information follow th official docs -> [Including modules for a Python Function](https://cloud.ibm.com/docs/codeengine?topic=codeengine-fun-create-repo#function-python-dep-repo)
0 commit comments