You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 20, 2025. It is now read-only.
I can't deploy an app on fly.io due to the Bumblebee ModelLoader trying to create the cache directory when I don't even use Bumblebee. I've tried to modify the Dockerfile to give the user permissions but I wasn't able to, but the core issue is that it's trying to create something that I don't use. Would you be down to config whether bumblebee should be started or not? I can create the PR if needed.
Steps to Reproduce
Create an elixir app with this dependency and try to deploy it on fly.io
Bug Description
I can't deploy an app on fly.io due to the Bumblebee ModelLoader trying to create the cache directory when I don't even use Bumblebee. I've tried to modify the Dockerfile to give the user permissions but I wasn't able to, but the core issue is that it's trying to create something that I don't use. Would you be down to config whether bumblebee should be started or not? I can create the PR if needed.
Steps to Reproduce
Create an elixir app with this dependency and try to deploy it on fly.io
Environment
Error Output
Additional Context
No response