Marvin
Marvin
RRunPod
Created by Z on 2/5/2025 in #⛅|pods
Can't connect to terminal or jupyterlab on runpod pytorch 2.1 or 2.4 template
It took a really long time til my jupyter notebook is ready for my pod. (an hour ago) now it's working fine . Is it the same issue?
8 replies
RRunPod
Created by Marvin on 1/26/2025 in #⛅|pods
Pod overwrites my project code in "Volume Mount Path"
Thanks!
12 replies
RRunPod
Created by Marvin on 1/26/2025 in #⛅|pods
Pod overwrites my project code in "Volume Mount Path"
I'm currently assuming that if I created a network volume, the things stored in mounted path are also stored in the persistant storage, just like mouting path in docker conatiners.
12 replies
RRunPod
Created by Marvin on 1/26/2025 in #⛅|pods
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
RRunPod
Created by Marvin on 1/26/2025 in #⛅|pods
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
RRunPod
Created by Xeverian on 1/19/2025 in #⛅|pods
Deploy custom private docker image
@nerdylive @jojje Thank you guys a lot for the help it worked now! Porbably because i accidentally included blank space when pasting the credential into runpod.
17 replies
RRunPod
Created by Marvin on 1/22/2025 in #⛅|pods
Container Registry Auth not working for private docker images
Thank you a lot for the help it worked now! Porbably because i accidentally included blank space when pasting the credential into runpod.
15 replies
RRunPod
Created by Xeverian on 1/19/2025 in #⛅|pods
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
RRunPod
Created by Marvin on 1/22/2025 in #⛅|pods
Container Registry Auth not working for private docker images
15 replies
RRunPod
Created by Marvin on 1/22/2025 in #⛅|pods
Container Registry Auth not working for private docker images
Ill try again tmr
15 replies
RRunPod
Created by Marvin on 1/22/2025 in #⛅|pods
Container Registry Auth not working for private docker images
yeah I did
15 replies
RRunPod
Created by Xeverian on 1/19/2025 in #⛅|pods
Deploy custom private docker image
Yes it is from dockerhub. I'm really confused why wouldn't it work now :/
17 replies
RRunPod
Created by Marvin on 1/22/2025 in #⛅|pods
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
RRunPod
Created by Marvin on 1/22/2025 in #⛅|pods
Container Registry Auth not working for private docker images
Should I use my email as username in container registry auth ?
15 replies
RRunPod
Created by Xeverian on 1/19/2025 in #⛅|pods
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
RRunPod
Created by Marvin on 12/19/2024 in #⛅|pods
Unable to create pod with GraphQL
turns out Bearer authorization is not supported. should use url?api_key... instead. Shouldn't here be security problems in this approach?
4 replies