Runpod Platform Easily Backup and Restore Using RunPod Cloud Sync and Backblaze B2 Cloud Storage While RunPod offers persistent volume storage for your pods, we understand that many users would like to have a cloud backup in order to avoid idle storage charges or to be able to move their work to a new pod if the need arises. RunPod Cloud Sync offers several integrations
Runpod Platform Back Your Favorite Google Colab Notebooks with RunPod GPUs It looks like some of you are used to Google Colab's interface and would prefer to use that over the command line or JupyterLab's interface. Well, good news, you can connect Colab to use your own custom compute instead of the GPU that they assign to
Runpod Platform How to Run a GPU-Accelerated Virtual Desktop Environment on RunPod There are a few use cases for running a GPU accelerated virtual desktop on RunPod. One common use case is for those who need to use demanding applications that require a lot of processing power, such as 3D rendering with Blender. In this blog post, we'll go over
Runpod Platform What is the Difference Between Spot and On-Demand Instances? We've gotten a lot of questions around "spot" instances vs "on-demand" instances. While these terms are familiar to those who have used AWS EC2 instances in the past, it's clear that many people are not familiar with these terms. Let's
Runpod Platform How to Configure Basic Terminal Access on RunPod The fastest way to get access to a custom pod is to use our basic terminal access feature. This works with any custom container that you want to run on RunPod, whether or not it has a built in SSH daemon or exposed ports. Do be aware that there are
Runpod Platform DIY Deep Learning Docker Container Are you tired of using someone else's container, only to find out that they have the wrong versions of your tools installed? Maybe you have just installed everything from scratch every time you wanted to start over and thought to yourself, "this is a waste of time&
Runpod Platform How to Achieve True SSH in RunPod RunPod allows you to get a terminal access pretty easily, but it does not run a true SSH daemon by default. There are plenty of use cases, like needing to SCP or connecting an IDE that would warrant running a true SSH daemon inside the pod. We'll go