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.
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.