Getting Started with GPU Day
This short guide will walk you through launching a Jupyter server on the reserved multi-instance GPUs (MIG) slices during GPU Day.
Reservation Details
Reservation name:
GPU_DAYReservation time: April 14, 2025, 8:00 AM - 6:00 PM
GPU Type: 10GiB MIG slices
Launch a Jupyter Server
Log in to the Web Portal
Navigate to http://sol.asu.edu and log in using your ASURITE and password. You may be prompted to authenticate using DUO.
Request a Jupyter Server
Click on Interactive Apps → Jupyter.
Complete the form with the following information:
Account: use the default account.
Partition:
htc.QOS:
public.CPU Core Allocation:
1.Memory Allocation:
10.GPU Resources:
gpu:1g.10gb:1.Jupyter Wall Time:
0-4.Additional sbatch options:
--reservation=GPU_DAY.
Click “Launch”.
Once the session is running, click “Connect to Jupyter.”
3. Start a new Jupyter Notebook
From the Notebooks available on the Launcher tab, select the rapids25.02 option.
Access to the Bootcamp’s Jupyter Notebooks
To access the bootcamp’s Jupyter Notebooks, follow these instructions:
Open a terminal instance from the Launcher or click File → New → Terminal.
Copy the notebooks
cp -r /data/sse/notebooks/python_notebooks .You may close the terminal instance now.
Open the notebooks using the left-hand side file navigation menu.