acoustic-library-86413
09/09/2024, 3:14 PMImportError: libjpeg.so.8: cannot open shared object file
. I've lost the original template, on which the Dockerfile is based, but I thought all dependencies were baked into the PEX-directly? How would I go about ensuring libjpeg is installed and available to the PEX. I've tried to apt-install it in the docker image without avail.
Running find / -name libjpeg.so
returns /usr/lib/x86_64-linux-gnu/libjpeg.so
fast-nail-55400
09/09/2024, 4:12 PMacoustic-library-86413
09/09/2024, 4:13 PM