How do I run custom code on a Runpod instance?
This sounds like you need to create a publicly accessible Docker image to run any code, is that true?
3 Replies
The docker image doesn't need to be public, it can be private and then you add your registry credentials. @justin added a bunch of useful resources under the #📚|resources section.
And passing a github repo doesnt work?
You can store your application in a Github repo but still need a docker image to run it. If your application is light weight and doesn't need a lot of OS dependencies and things, you can probably get away with using the RunPod PyTorch templates.