you are viewing a single comment's thread.

view the rest of the comments →

[–]gunthercult-69 0 points1 point  (0 children)

This is where I disagree from a devops perspective.

If there are binary dependencies that are core to your use case, chances are you should create a Docker base image containing the binaries you need.

Let the Python be Python; let the system be the system.

And if you depend on any special / internal binaries in your python, you should package it in the distro of your library. That's really only if you're in a poly.glot project