RollyPolly
RollyPolly
RRunPod
Created by RollyPolly on 7/28/2024 in #⛅|pods
Possible to terminate pod from Within the pod?
I'm using my own DIY docker image, not a template, but that shouldn't be too hard to figure and add in
19 replies
RRunPod
Created by RollyPolly on 7/28/2024 in #⛅|pods
Possible to terminate pod from Within the pod?
I see! Thanks for the clarification, I was under the assumption the ID wasnt accessible from within the pod, that it was just some handle for runpodctl to manage it from one layer above
19 replies
RRunPod
Created by RollyPolly on 7/28/2024 in #⛅|pods
Possible to terminate pod from Within the pod?
in addition to whatever custom docker image you mount on it? Are you then able to, from a pod; read its own ID and have it kill itself?
19 replies
RRunPod
Created by RollyPolly on 7/24/2024 in #⛅|pods
'Background' options for Pod Initiated file transfer
do you know of another way to get files into gdrive without wrestling with API permissions? Just for clarity sake, I'd like to know if I'm missing something obvious I'm plugging s3 into my image right now, the python boto3 library for AWS stuff looks pretty straightforward, at least for something simple like file up/downloading
13 replies
RRunPod
Created by RollyPolly on 7/24/2024 in #⛅|pods
'Background' options for Pod Initiated file transfer
I'll have to look at S3, if it's easier to set up than google drive api, I'll definitely use it. Some of my other projects are going to be AWS so it's already on the todo list Yes, gdrive outside of colab (I don't use colab) still req you to either register your api access as an app or juggle reauth tokens with a webpage permission window. Unless, I'm doing it some profoundly wrong way, which could be the case since it looks like theres a handful of different options for getting API access (registering a service, etc) that are way too deep into the google-sphere for me
13 replies
RRunPod
Created by RollyPolly on 7/24/2024 in #⛅|pods
'Background' options for Pod Initiated file transfer
I'm not a huge fan of the gdrive API, I've used it for another project, and it requires you to renew your credential auth, with a webpage warning you have to click through, which really throws a wrench in things since it'll probably trigger a request if being accessed by a foreign IP on whatever pod tries to use it
13 replies
RRunPod
Created by RollyPolly on 7/24/2024 in #⛅|pods
'Background' options for Pod Initiated file transfer
Thanks for the signal handling stub, I'll definitely use it. I don't have S3, but should work with gdrive api as well
13 replies
RRunPod
Created by RollyPolly on 6/25/2024 in #⛅|pods
Getting data in/out of a community cloud pod
I hadnt thought of going straight from container <-> cloud provider, but on reflection I'm sure theres some python lib for pulling/pushing to a google drive, dropbox, etc that'd suffice to keep a .db up to date, probably easiest solution
12 replies
RRunPod
Created by RollyPolly on 6/25/2024 in #⛅|pods
Getting data in/out of a community cloud pod
I've just realized (I'm poking around pods) that you can still use the Cloud Sync feature with community cloud pods; I had thought they were tied to Network Volume and therefor only a feature for Secure cloud I don't have a significant amount of volume to move, my case is just syncing a .db file back and forth. I'll have to see if this is possible on startup/shutdown automatically from within a pod using runpodctl or something
12 replies
RRunPod
Created by RollyPolly on 6/25/2024 in #⛅|pods
Getting data in/out of a community cloud pod
For reference, this the empty volume you initialize a pod with?
12 replies
RRunPod
Created by RollyPolly on 6/22/2024 in #⛅|pods
Network Volume Availability on Community Cloud?
thanks for the clarification
6 replies