Specific GPU Vendor & Model
Overview
SDL Example
---
version: "2.0"
services:
obtaingpu:
image: ubuntu:22.04
command:
- "sh"
- "-c"
args:
- 'uptime;
nvidia-smi;
sleep infinity'
expose:
- port: 8080
as: 80
to:
- global: true
profiles:
compute:
obtaingpu:
resources:
cpu:
units: 1.0
memory:
size: 1Gi
gpu:
units: 1
attributes:
vendor:
nvidia:
- model: t4
storage:
size: 1Gi
placement:
nexqloud:
pricing:
obtaingpu:
denom: unxq
amount: 100000
deployment:
obtaingpu:
nexqloud:
profile: obtaingpu
count: 1
Confirmation

Last updated