muddyfootprints.
Custom Container Start Command Not Working
Hello,
I want to create a custom template which clones a repo and then runs a script from that repo. However, the pods I've launched with it have failed to clone the repo, much less execute the script.
Here is my container start command
bash -c '/start.sh && git clone https://github.com/melembroucarlitos/pibbss-infra.git && cd pibbss-infra && chmod +x daemon.bash && ./daemon.bash'
14 replies
Notification When Pod Is Deployed
Hello,
I'm an admin of a research group which uses runpod. I would like to receive a notification anytime a pod is deployed, along with it's specs (most importantly the GPU type, num GPUs, storage info, community or secure cloud, the image which is being used, and the account which launched it).
My hope is to then automate some admin things and run commands (such as automatically terminating the pod) after init.
What's the best way to do this?
50 replies
Automatically Terminate Idle Pods
I want to write a daemon which will automatically terminate my pod if the GPU has sat idle for x amount of hours.
Has anyone done something like this before and have code lying around for it? Or could at least point me to the appropriate APIs?
18 replies
Restricting the kinds of pods dev accounts can launch
Hello,
I'm an admin of a research team. I would like to give researchers the ability to launch a pod, but I would like to restrict the kinds of pods which they can launch (cost <= community server pods RTX4000). Is there a way to do this?
4 replies
Check if a pod is idle
Hello, I am an admin for a team looking to start using runpod. I would like to be able to check whether a pod has been idle for a certain amount of time, with the intention of terminating it.
What's the best way to do this?
11 replies
Large discrepancy in broadband available and broadband used
I launched a pod which claims to have about 1688 Mbps download speed. However, when loading a model from Huggingface in a notebook I am only doing so at ~ 30 MB/s. What gives?
Note, that in other pods that I've launched w/ similar proposed Mbps I've gotten download speeds of ~ 100MB/s
3 replies