Skip to main content
Follow this guide to learn how to create an account and deploy your first GPU instance to use in minutes.

Step 1: Create an account

Start by creating a Siray account:
  1. Sign up here.
  2. If you registered using an email address, please check your inbox and complete the verification process before logging in.

Step 2: Deploy an instance

Now that you’ve created your account, you’re ready to deploy your first GPU instance:
  1. Open the Console page in the web interface.
  2. Select RTX 4090 from the list of graphics cards.
  3. Modify Instance Configuration.
  4. Click Deploy to start your instance. You’ll be redirected back to the instance page after a few seconds.

Terminology

  • Container Image: Docker-compatible OCI image reference.
  • HTTP/TCP Ports: Network endpoints exposed by containers for communication. HTTP ports for web services, TCP ports for general network protocols.
  • Container/System Disk: Root filesystem partition containing OS and system binaries. Mounted as read-write at container startup but non-persistent across instance restarts.
  • Volume/Data Disk: High-performance ephemeral storage directly attached to the GPU instance but non-persistent across instance restarts.
  • Network Volume: Network-attached storage service that allows users to access and manage data through a network. Data can be stored on remote servers and accessed from any device.

Step 3: Connect your instance with JupyterLab

  1. Go back to the Connect tab, and under HTTP Services, click Jupyter Lab to open.
Congrats! You just ran your first GPU instance on Siray.

Step 4: Stop and terminate

To avoid incurring unnecessary charges, follow these steps to terminate your GPU resources:
  1. Return to the Instance page and click your running instances.
  2. Click the Stop button to stop your GPUs.
  3. Click More in the panel and click Terminate to confirm.
Terminating a Pod permanently deletes all data that isn’t stored in a network volume.Be sure that you’ve saved any data you might need to access again.
Need help?