Build Errors FAQ

We understand that encountering errors can be frustrating, but fear not! We try to give helpful error messages whenever something goes wrong or unexpected happens.

In this part, we'll guide you through the various error messages you may come across and help you understand what they mean and what you can do to resolve them.

Who is this for

A slightly more advanced Banana user. If you haven't deployed a model on Banana or read through the getting started guide, we highly recommend doing that first and consulting this section if case it's needed.

Also, if you're a long time Banana user, note that these errors are only on Banana V2. V1 errors are not covered here.

Debugging a failed build

  • Verify on a local development environment your build succeeds before pushing

  • Click into the project in the dashboard, open the "Logs" tab, and view the build logs there. Be patient, build logs can take up to 20s to be loaded.

Common Errors

"Encountered an error in checking the base image requirement"

Currently, all Potassium apps on Banana are required to have the base Docker image as pytorch/pytorch:1.11.0-cuda11.3-cudnn8-runtime. We understand that this might be restricting for some of you and hopefully we'll be able to support more base images in the near future.

Last updated