Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 517 Bytes

File metadata and controls

11 lines (7 loc) · 517 Bytes

Python Function with additional modules

A sample Python function that uses an external pip module referenced by the requirements.txt file

Deploy the function straight to Code Engine by running the following command from this directory

ibmcloud ce fn create -n lorem-python -runtime python-3.11 --build-source .

For more information follow th official docs -> Including modules for a Python Function