What is the recommended approach for installing and Managing python dependencies in OCI Functions?
Hello Everyone,
We have a use case where we need to convert various file formats to PDF using OCI Functions. This requires installing additional Python dependencies and libraries to handle file conversions, within the Linux container.
What is the recommended approach for including and managing new Python dependencies or libraries in the OCI functions ? Are there any specific steps or tips for packaging these dependencies, especially if some require native Linux binaries?
If anyone has worked on a similar requirement or has insights into handling dependencies for OCI Functions, your inputs will be very helpful.
0