This guide walks you through containerizing a Python application that uses system-level dependencies. In this example, we use pyzbar to decode QR codes, which requires the libzbar0 system library.
This container has also been tested and will work on both x64 and ARM64 based CPU architecture. All files you will need to deploy this container to kubernetes are located in the kubernetes folder.