skeledrew
RRunPod
•Created by skeledrew on 3/4/2024 in #⚡|serverless
Migrating from Banana.dev
Hello. I'm trying to migrate a project over. My previous flow was, whenever I wanted to deploy a change, I would run
banana deploy
, and that would send off the project to be built into an image and deployed. I was unable to really utilize the local image build option as I have limited resources. I've read the migration blog post, but the only option there is for building the image and pushing to a repo. Is there anything similar to banana deploy
, where I only need to tweak the Dockerfile a bit and update the handler?
Alternatively, I could go the dockerless route, but I'm not seeing any way in that post to specify non-Python requirements. I need access to ffmpeg
and a project on GitHub; how would I setup these? And what would be the preferred way to provide API tokens/keys?3 replies