Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove reference to docker in docker article #183

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions docs/tutorials/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ Discover how to leverage RunPod Pods to run and manage your AI applications.
- [Set up Ollama on your GPU Pod](/tutorials/pods/run-ollama): Set up Ollama, a powerful language model, on a GPU Pod using RunPod, and interact with it through HTTP API requests, harnessing the power of GPU acceleration for your AI projects.
- [Run your first Fast Stable Diffusion with Jupyter Notebook](/tutorials/pods/run-your-first): Deploy a Jupyter Notebook to RunPod and generate your first image with Stable Diffusion in just 20 minutes, requiring Hugging Face user access token, RunPod infrastructure, and basic familiarity with the platform.

### CPUs

- [Run Docker in Docker on RunPod CPU Instances](/tutorials/pods/run-docker-in-docker): Learn how to run Docker in Docker on RunPod CPU instances for enhanced development and testing capabilities.

## Containers

Understand the use of Docker images and containers within the RunPod ecosystem.
Expand Down