R
RunPod•5mo ago
Baboluo

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?
No description
3 Replies
ashleyk
ashleyk•5mo ago
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.
Baboluo
Baboluo•5mo ago
And passing a github repo doesnt work?
ashleyk
ashleyk•5mo ago
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.