Skip to main content
Templates are preconfigured container configurations for commonly used AI and ML environments. Instead of manually configuring the container image, ports, and environment variables each time, you can simply select a template to deploy your environment in just a few clicks.

Official Templates

Official templates provided by AirCloud are available from Select Template during container creation. You can filter templates by framework or CUDA version, or search for a template by name.
CategoryIncluded Environments
Jupyter AIPyTorch or TensorFlow with CUDA 11/12 and Python 3.11
Jupyter BasePython 3.11 base environment
CodeVS Code Server–based development environment (Base / CUDA 12 / CUDA 13)
AirCloud Studio BetaAirCloud’s integrated development environment
The list of available templates may change over time. Refer to the container creation page for the latest templates.

My Templates

You can save an existing container configuration as a reusable template, allowing you to quickly deploy the same environment in future deployments.

Save a Template

  1. From the Air Container list, click the menu in the upper-right corner of the container card you want to save.
Template Card Eng
  1. Select Save as Template.
  2. Enter the template information and click Save.
Template Modal Eng592
FieldDescription
Template NameA name used to identify the template. (Required)
DescriptionA brief description of the template. (Optional)
KeywordsComma-separated tags used to search for the template (for example, web, server, database).
After saving, the template will appear under the My Templates filter during container creation.
Templates are shared with all members who have access to the current Project.

Use a Template

Select a template during the image configuration step when deploying a container.
  1. Click Select Template on the container creation page.
  2. Filter by framework or search by template name.
  3. Select the desired template and click Save.
  4. Continue configuring ports, environment variables, resources, and other deployment settings.
If this is your first deployment, we recommend starting with an official template to verify your environment. You can later switch to a custom container image if needed.

Deploy a Container

Learn the complete deployment workflow after selecting a template.

Access and Connect

Learn how to connect to deployed containers using the Web Terminal, AirCloud CLI, or SSH.