Marvin
Pod overwrites my project code in "Volume Mount Path"
Thanks! Is there a good link that I could learn about network volumes for persistant storage? downloading everything (project code, data) each time i run the pod is time consuming and I could't find any useful youtube tut vids.
12 replies
Pod overwrites my project code in "Volume Mount Path"
I tried mounting to "/workspace" or "/workspace/". Once the pod is up and running, it will leave me an empty workspace folder. (My project code is in /workspace/project/". These are the files come docker image)
Am I supposed to load project file to somewhere else then copy and paste to workspace after mounting finished? :think360:
12 replies
Deploy custom private docker image
Thanks for the detailed explaination! I did follow all steps. When using images from dockerhub I usually use <username>/<project name>:<tag> And it works for public images that i created. But it no longer work when I try private images
17 replies
Container Registry Auth not working for private docker images
Yes and my image is from dockerhub. I tried both the sha256 format and the tag format for the private docker hub image, it all failed to authenticate :/ I also tried locally login with the credential generated from Dockerhub and it worked. It just doesn't work when I'm using it in templates for pods. I tried generating two keys one with read only, another one with read&write access. None of them worked on runpod.
15 replies
Deploy custom private docker image
Hi I created a key from dockerhub and added it to runpod settings "Container Registry Auth". I chose a ranomd credential name, input my dockerhub username as the username of the credential, and used the generated key as the password. But whenever i try to start a pod with the template, it says credentials not correct. Is there anything that i did wrong? (I did choose the created credential in template)
17 replies