You can deploy images from container registries like 🐳 Docker hub by creating a service using the create new menu in the top-right of the app.

Choose deployment, give it a name, select external image, then enter the path to the image.

Paths normally consist of [registry-url]/[account]/[image]:[tag] . Northflank defaults to Docker Hub, so you can skip the registry URL, and even the account for Docker Hub library images. You can usually just use latest for the tag, unless you need a specific version.

You will need to make sure the image is compatible with the libraries you wish to use and uses ≥ CUDA 12.0 to work on H100 GPUs.

You can find suitable images on Docker Hub, Nvidia, and other container registries.

Useful images:

You can reference the Northflank documentation for this if you need help https://northflank.com/docs/v1/application/run/run-an-image-from-a-container-registry