Skip to content

Files

Latest commit

8b8adcd · Feb 5, 2024

History

History

function-codebundle-python

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 5, 2024
Feb 5, 2024
Nov 11, 2023

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