PyMuPDF Issue
#7309
Replies: 1 comment
-
This discussion was automatically locked because the community moved to a new site. Please join us at vercel.community |
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
-
Summary
I'm new in Vercel, and I want to do a simple deploy.
I want to deploy a simple endpoint to Vercel serveless functions and there's no way to deploy because the package PyMuPDF (1.21.1v)
If there's some workaround or any kind of option to make an image and publish it to vercel...
I did some research an tried a few options like modifying the vercel.json and executing a install_dependencies.sh script. But there's no way for that
Example
No response
Steps to Reproduce
requirements.txt
Flask==3.0.3
PyMuPDF==1.21.1
gunicorn==20.1.0
vercel.json
Beta Was this translation helpful? Give feedback.
All reactions