Skip to content

Quickstart

import { Aside } from ‘@astrojs/starlight/components’

This page takes you from nothing to a finished job with a receipt — three steps:

1. write a spec ──▶ 2. komputo run ──▶ 3. komputo receipt
(what to run) (it runs & you (proof: cost, energy,
watch the logs) CO2, EU residency)

A job is a container plus a command plus what it needs. Write a spec file:

name: hello-komputo
image: registry.komputo.eu/examples/hello:latest
command: python train.py
resources:
accelerators: H100:8
policy:
optimize: greenest-eu
interruptible: true
Terminal window
komputo run hello-komputo.komputo.yaml --watch

Komputo scores EU providers on price and live carbon intensity, provisions an ephemeral node, stages your inputs, runs the container, and streams the logs.

When the job reaches COMPLETED, fetch the receipt:

Terminal window
komputo receipt <your-job-id>

The receipt lists the cost in euro, the energy in kWh, the CO2 in grams, the grid carbon intensity, and the EU residency attestation.