Home / Companies / RunPod / Blog / June 2022

June 2022 Summaries

6 posts from RunPod

Filter
Month: Year:
Post Summaries Back to Blog
Users familiar with Google Colab's interface can connect it to their own custom compute resources instead of relying on the assigned GPU, by using their local machine to forward the remote port. The process involves starting a Runpod instance, ensuring it has "SSH Terminal Access," and using a specific "Docker Command" to set up Jupyter Lab with HTTP over websockets. After starting the instance, users create an SSH tunnel with port forwarding, which allows Google Colab to connect through the local machine. By selecting "Connect to a local runtime" in Colab and entering a pre-copied JUPYTER_PASSWORD, users can successfully link Colab to their Runpod instance, combining the computational power of Runpod with the familiar Google Colab interface.
Jun 26, 2022 485 words in the original blog post.
Runpod provides persistent volume storage for pods, but to help users avoid idle storage charges or transfer work to a new pod, it offers Cloud Sync integrations with cloud storage services like AWS S3, Google Cloud Buckets, and Azure Blob Storage. This blog post guides users through creating a cloud backup using Backblaze B2, a cost-effective and user-friendly option. Users are instructed to create a bucket in Backblaze B2, generate an account key for authentication, and configure the Cloud Sync feature in Runpod by inputting their account key details and bucket name. The process involves selecting the Backblaze B2 integration, specifying folder paths for syncing, and using the Copy button to initiate transfers. Users can debug transfers if necessary and can easily copy files between their pods and Backblaze B2, allowing for a seamless workflow of starting a new pod, syncing data, working on their tasks, and backing up data to B2 before terminating the pod. This method offers a cheaper alternative to persistent volume storage, especially for smaller datasets.
Jun 26, 2022 539 words in the original blog post.
Spot and on-demand instances are two types of AWS EC2 instances that cater to different needs based on cost and reliability. Spot instances allow users to access spare compute capacity at significantly reduced costs, often around 50% cheaper than on-demand instances, but they come with the risk of being interrupted without notice if the capacity is required elsewhere. This makes spot instances ideal for workloads that are stateless or have built-in checkpointing, such as training algorithms that can resume from the latest checkpoint if interrupted. On the other hand, on-demand instances offer non-interruptible compute capacity, making them suitable for interactive workloads or tasks where uninterrupted operation is essential, such as working in a Jupyter notebook. The choice between the two depends on the user's need for cost efficiency versus the assurance of continuous operation.
Jun 26, 2022 367 words in the original blog post.
Runpod facilitates cloud backups for its users by integrating with various cloud storage providers like AWS S3, Google Cloud Buckets, Azure Blob Storage, and Backblaze B2, which is highlighted for its affordability and ease of use. To back up data using Backblaze B2, users need to create a bucket and generate an account key for authentication. Through the Runpod interface, users can sync data by selecting a running pod and choosing the Backblaze B2 integration, entering the necessary authentication details, and specifying target folders for backup. The process supports both uploading from pods to the bucket and downloading from the bucket to pods, allowing a flexible workflow for data management. The blog emphasizes Backblaze B2 as a cost-effective alternative to persistent volume storage given its lower cost, provided users don't mind the additional steps involved for smaller data sets.
Jun 26, 2022 539 words in the original blog post.
Running a GPU-accelerated virtual desktop on RunPod is beneficial for users needing significant processing power for tasks such as 3D rendering with Blender. The deployment process involves setting up an Ubuntu remote desktop with GPU access, ensuring adequate account funds, and deploying a desktop template via a provided link. Users must select their preferred GPU and start the pod on demand, using default or updated credentials for security. Monitoring CPU utilization helps confirm when the pod is ready for connection, and users can log in via HTTP using defined credentials. The template saves the home directory as a workspace, retaining data on pod restart but removing preinstalled apps on reset. Additional tools and settings for streaming quality can be accessed via a side bar on the desktop interface.
Jun 26, 2022 328 words in the original blog post.
Running a GPU-accelerated virtual desktop on Runpod is particularly useful for applications requiring significant processing power, such as 3D rendering with Blender. This blog post provides a step-by-step guide on deploying an Ubuntu remote desktop with GPU access on Runpod, emphasizing the importance of having funds in your account to start the process. Users can deploy the latest desktop template, choose their desired GPU, and start their pod using on-demand services. While the default username and password are provided, it's recommended to update the password for security reasons through the Environment Variables section. The pod's readiness is indicated by CPU utilization dropping to 0%, after which users can connect to their remote desktop using the "Connect via HTTP" button with their defined credentials. It's important to note that the template saves the /home directory as workspace, meaning preinstalled apps are removed on pod reset but retained on restart, and additional tools like clipboard and streaming quality settings can be accessed via a sidebar.
Jun 20, 2022 328 words in the original blog post.