Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

How to Configure Basic Terminal Access on Runpod
A quick-start guide for accessing a custom Runpod container via basic terminal access, even if the container lacks SSH or exposed ports. This post walks through creating and uploading an SSH key, connecting via the terminal, and highlights the limitations of this method (e.g., no SCP support). Recommended for users running simple command-line tasks, not for full SSH workflows
AI Infrastructure

DIY Deep Learning Docker Container
Learn how to build your own Docker image tailored for deep learning, using TensorFlow as a base. This post walks through setting up a custom Dockerfile, installing essential packages like Jupyter Lab and OpenSSH, and pushing the image to Docker Hub for future reuse. Includes a full example of a start script to run services inside the container.
AI Infrastructure