nish
RRunPod
•Created by nish on 4/13/2025 in #⛅|pods-clusters
Post Startup Download Scripts
I have a docker image built on BASE runpod/base:0.6.3-cuda11.8.0. After all the startup etc is done, I want to download a few models etc as an optional background step. is there a hook to do this?
14 replies
RRunPod
•Created by nish on 4/6/2025 in #⚡|serverless
Getting 401 during image push for serverless, when built from gitrepo
I am getting the following error when pushing image for a serverless endpoint that is built from github. the image build works correctly, but crashloops with the following error during push. I do not have a Container Registry Auth setup in runpod, as I am using public images only, and the build itself worked correctly. Do I need any other kind of auth on runpod to be able to push the image that is built from the github repo?
2025-04-06 13:23:27 [INFO] Pushing image to registry. This takes some time - please be patient. 2025-04-06 13:23:57 [ERROR] 272 | }); 2025-04-06 13:23:57 [ERROR] 273 | 2025-04-06 13:23:57 [ERROR] 274 | if (!layerExistsResponse.ok && layerExistsResponse.status !== 404) { 2025-04-06 13:23:57 [ERROR] 275 | throw new Error(${layerExistsURL} responded ${layerExistsResponse.status}: ${await layerExistsResponse.text()}); 2025-04-06 13:23:57 [ERROR] ^ 2025-04-06 13:23:57 [ERROR] error: https://registry.runpod.net/v2/repo-id/image-endpoint-dockerfile/blobs/sha256:2f4727a86c11bb1033fe3620af260f771dad73b69befcf45f2e2f10e86c3fba3 responded 401:
4 replies