You can deploy an image to gain shell access and execute commands against the GPU. This example uses Ubuntu, but you can find many others on 🐳 Docker Hub.
<aside> 💡
Click here to deploy Ubuntu with access to 1xH100 GPU.
</aside>
You can set up the Northflank CLI & SSH remote access by following this guide
Using SSH to access your Services
create new → service → deployment serviceexternal image in the deployment sectionpytorch/pytorch:2.8.0-cuda12.6-cudnn9-runtimecustom command. Enter sleep 1d to keep the deployment running.Since containers on Northflank are ephemeral, any data will be lost when the container restarts. To make use of persistent storage, you will need to add a volume to your service. To do this: