wasimo420lol
HOBBYOP
3 months ago
Hello i am experiencing and issue when deploying a fastapi service it returns a libgl.so issue
13 Replies
3 months ago
Can you provide a screenshot of the error?
3 months ago
your app needs a missing package in the container. Add libgl1 to your dockerfile and then re deploy
(no markdown available for this content)
Attachments
Basically this is a moderation service that runs next to a bun api it checks for swear words and it detects nudity and gore in images in an asynchronous manner
3 months ago
As I said your app has missing packages
add RAILPACK_DEPLOY_APT_PACKAGES=libgl1 libglib2.0-0 to railpack and redeploy
3 months ago
Environment variables.