ormb logo

ormb

Enrichment pending
kleveross/ormb

Docker for Your ML/DL Models Based on OCI Artifacts

GraphCanon updated today · GitHub synced today

472
Stars
61
Forks
32
Open issues
16
Watchers
2y
Last push
Go Apache-2.0Created May 21, 2020

Trust & integrity

Full report
Maintenance
Dormant (897d since push)
As of today · Source: github_public_v1
Provenance
Not a fork · Organization account
As of today · Source: github_public_v1
Security (OSV)
201 low (201 low)
As of today · Source: osv@v1

Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.

Overview

Docker for Your ML/DL Models Based on OCI Artifacts

Capability facts

Languages
go

Source: github.language · Jul 11, 2026

Categories

Tags

README

Getting Started

You can watch our sample usage video or read the text version below.

First, open a model folder that meets the specification of ORMB. (See our documentation for more information about ormbfile.yaml)


---

### Install the image registry

`ORMB` uses the image registry to store model, you can choose to [install Harbor](https://github.com/goharbor/harbor-helm) or [use Docker Registry](https://docs.docker.com/registry/deploying/). We recommended Harbor here.

---

### Install `ORMB`

You can install the pre-compiled binary, or compile from source.

#### Install the pre-compiled binary

Download the pre-compiled binaries from [the releases](https://github.com/kleveross/ormb/releases) page and copy to the desired location.

#### Compile from source

Clone:

$ git clone https://github.com/kleveross/ormb $ cd ormb


Get the dependencies:

$ go mod tidy


Build:

$ make build-local


Verify it works:

$ ./bin/ormb --help