# Docker Images

The video-processor is provided as a Docker image for easy setup.

```bash
git clone https://github.com/OpenMind/OM1-video-processor.git
cd OM1-video-processor
docker-compose up -d
```

The docker images are also available at Docker Hub.

* [v1.0.1](https://hub.docker.com/layers/openmindagi/om1_video_processor/v1.0.1)
* [v1.0.1-beta.3](https://hub.docker.com/layers/openmindagi/om1_video_processor/v1.0.1-beta.3)
* [v1.0.1-beta.2](https://hub.docker.com/layers/openmindagi/om1_video_processor/v1.0.1-beta.2)
* [v1.0.1-beta.1](https://hub.docker.com/layers/openmindagi/om1_video_processor/v1.0.1-beta.1)
* [v1.0.0](https://hub.docker.com/layers/openmindagi/om1_video_processor/v1.0.0)
* [v1.0.0-beta.1](https://hub.docker.com/layers/openmindagi/om1_video_processor/v1.0.0-beta.1)

For more technical details, please refer to the [docs](https://docs.openmind.com/full_autonomy_guidelines/architecture_overview).
