nish
nish
RRunPod
Created by nish on 4/13/2025 in #⛅|pods-clusters
Post Startup Download Scripts
there was also a pre_start.sh in the images, and in the derivative images like Comfy, the pre_start.sh was invoking the additional services. So I just ran my "download_models.sh" as a background script execution, and that seemed to do the trick. would be nice to have a built in PROVISIONING_SCRIPT hook available on the base image, though (vast.ai images have that approach).
14 replies
RRunPod
Created by nish on 4/13/2025 in #⛅|pods-clusters
Post Startup Download Scripts
oh. so just change the CMD of my docker image to invoke script.sh first, and then start.sh, basically?
14 replies
RRunPod
Created by nish on 4/6/2025 in #⚡|serverless
Getting 401 during image push for serverless, when built from gitrepo
I think I figured it out. It seemd to work when I changed the base image to a runpod* image. earlier. I was using a python/slim image assuming that it is a public image on docker. but looks like runpod supports only using a runpod private base image.
4 replies