Replies: 1 comment
-
This might be related to the temporary directory management logic in the Pillow package. Try adding an |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I ran below command, It reduced my docker image size from 3.09 GB to 1.78 GB, Also note that I included the python packages directory as on the initial attempt docker-slim removed the 'gdown' package and it triggered the error at runtime in the container.
Now after running slim container, I am getting the below error which seems to be related to Pillow package, looks like docker-slim has affected the Pillow package. I have verified that this error is not coming with the original image i.e. a non slim one.
Looking for help here. Please suggest how to solve this error.
Beta Was this translation helpful? Give feedback.
All reactions