1-Click Inference Ready - Single GPU

1-Click Inference Ready - Single GPU
1-Click Inference Ready - Single GPU
by DigitalOcean AI

Version 1.1.1

OS Linux AI/ML Ready

Developer Tools

Description

Software Included

Package
Ubuntu
Version
24.04 LTS
License
Package
CUDA Toolkit
Version
12.9
Package
NVIDIA Driver
Version
575.51.03
Package
vLLM (vllm-openai container)
Version
0.19.1

Getting started after deploying 1-Click Inference Ready - Single GPU

API Creation

In addition to creating a Droplet from the 1-Click Inference Ready - Single GPU 1-Click App via the control panel, you can also use the DigitalOcean API.

As an example, to create a 4GB 1-Click Inference Ready - Single GPUDroplet in the NYC3 region, you can use the following curl command. You'll need to either save your API access token to an environment variable or substitute it into the command below.


  curl -X POST -H 'Content-Type: application/json' \
       -H 'Authorization: Bearer '$TOKEN'' -d \
      '{"name":"choose_a_name","region":"nyc3","size":"s-2vcpu-4gb","image":"digitaloceanai-1clickinferencer"}' \
      "https://api.digitalocean.com/v2/droplets"