Skip to content
This repository has been archived by the owner on Apr 11, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (10 loc) · 1.1 KB

containers.md

File metadata and controls

18 lines (10 loc) · 1.1 KB

Containers

Base Containers

When you launch a Notebook, it runs inside a container preloaded with the notebook files and dependencies. See the list of containers that Paperspace maintains here.

Custom Containers

Custom containers feature lets you pull your own image from Docker Hub. This article will help you prepare a custom Docker container to use with Gradient, show you how to bring that Container into Gradient, and create a notebook with your custom container. We recommend using Docker to get the container image from your system to Gradient.

See a tutorial on using custom containers here.

{% hint style="info" %} This page provides help about pulling containers from various public and private repositories:

https://support.paperspace.com/hc/en-us/articles/360003415434-Containers-Public-Private {% endhint %}