Hey there,
Does anyone know how I can install ffmpeg in the runtime environment where my Python Function runs?
Do I need a custom dockerfile and is that doable or is there an easier option?
Thanks a million.
TL;DR
Developer wants to install ffmpeg in Python Function runtime environment. It can be done by creating a custom dockerfile.