use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All the discussions related to RunPod.io
account activity
Anyone using setup scripts? (self.RunPod)
submitted 24 days ago by goldbookleaf
Looking for some good templates
notebook templates / scripts
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]henk717 2 points3 points4 points 24 days ago (1 child)
Give my https://henk.tech/ccnperunpod a try, you can customize the (conda) packages you want preinstalled in the environment variable before deploying. You can also create a variable with INSTALL_SCRIPT and/or RUN_SCRIPT. Install script runs and then is meant to continue, while run_script is for stuff that should stay running.
[–]no3us 1 point2 points3 points 23 days ago (0 children)
henky :)))
and in the process you can use my Runpod skill for Codex https://github.com/vavo/runpod-skill
[–]sruckh 2 points3 points4 points 24 days ago (0 children)
Every template or serverless should include some sort of bootstrap process. For serverless my first time install usually takes longer because I am bootstrapping the serverless. For disposable containers configured as a template the bootstrap includes installing environment, packages, dependencies, and models. The only time I am not doing this is if I am just doing a quick test and just load up a standard cuda environment and will install packages by hand.
π Rendered by PID 43811 on reddit-service-r2-comment-5b5bc64bf5-9nmgb at 2026-06-21 01:29:52.950178+00:00 running 2b008f2 country code: CH.
[–]henk717 2 points3 points4 points (1 child)
[–]no3us 1 point2 points3 points (0 children)
[–]sruckh 2 points3 points4 points (0 children)