Skip to content

Commit

Permalink
Add media-core image
Browse files Browse the repository at this point in the history
  • Loading branch information
jstabenow authored Jan 20, 2023
1 parent db5af10 commit 7b77c5f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Core

The cloud-native audio/video processing API.
![dsdsds](https://github.com/datarhei/misc/blob/main/img/media-core.png?raw=true)

[![License: Apache2](https://img.shields.io/badge/License-Apache%202.0-brightgreen.svg)](<[https://opensource.org/licenses/MI](https://www.apache.org/licenses/LICENSE-2.0)>)
[![CodeQL](https://github.com/datarhei/core/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/datarhei/core/actions/workflows/codeql-analysis.yml)
Expand Down Expand Up @@ -51,6 +51,13 @@ The objectives of development are:
* Metrics incl. Prometheus support (also detects POSIX and cgroups resources)
* Docker images for fast setup of development environments up to the integration of cloud resources

## Docker images

- datarhei/core:latest (AMD64, ARM64, ARMv7)
- datarhei/core:cuda-latest (Nvidia CUDA 11.7.1, AMD64)
- datarhei/core:rpi-latest (Raspberry Pi / OMX/V4L2-M2M, AMD64/ARMv7)
- datarhei/core:vaapi-latest (Intel VAAPI, AMD64)

## Quick start

1. Run the Docker image
Expand Down

0 comments on commit 7b77c5f

Please sign in to comment.