-
Notifications
You must be signed in to change notification settings - Fork 45
lib dependencies #481
Copy link
Copy link
Open
Labels
Description
Hello,
I would like to know if there is a lite version of this library or an alternative that relies only on Python dependencies.
The reason is that I use this library inside a container and would like it to be smaller by avoiding the need to run "install -y" in the Containerfile.
I am using multi-stage builds, where in the first stage I compile the Python binary and then copy it to the final stage, thereby reducing the overall image size.
Reactions are currently unavailable