Made a optimized SimplerTuner runpod : Failed to save template: Public templates cannot have Registr
Hi!
I've spent a couple of days creating and testing a Docker flow for RunPod, and I've run the pod privately multiple times with no problems. There is no registry information in the Dockerfile, but I keep encountering this error, with absolutely no indication of its origin or how to fix it.
Any help would be greatly appreciated, as we have a community eager to train Flux1 on RunPod.
4 Replies
Just make docker image public. On what registry you pushed image?
just use no authentication for your registry, remove the registry credentials
@nerdylive Thank you so much for the support, sorry I am really a beginner with publishing template. When I try to make it public I get the error "Failed to save template: Public templates cannot have Registry Credentials." - This is what the template setting look like. I give user the info on the password for the synthing but they can obviously put what they want. I try to change it to PUT YOU PASSWORD, but the user does need to give the env variable to be able to log in.
AHHH, I am so dumb, sorry. I did not saw the little red X... it work.