Do endpoints support custom images?
I am able fetch custom images from my GCP artifact registry for normal Pods. However, when I create endpoint, it forever gets stuck in "initializing" without any logs. However pre-made runpod endpoints like RunDiffusion work fine.
2 Replies
Are you sure you use correct image name. Usually for custom docker registry it should be : adressofregistry/username/name:tag also if you use private make sure to select password
There should be naming verification or error, otherwise very ombigious