https://github.com/adaptant-labs/accelerator-base-containers
Base containers for various heterogeneous accelerators and their respective runtimes
https://github.com/adaptant-labs/accelerator-base-containers
accelerator accelerator-docker accelerators base-container base-image docker docker-images dockerfiles heterogeneous-accelerators
Last synced: 2 months ago
JSON representation
Base containers for various heterogeneous accelerators and their respective runtimes
- Host: GitHub
- URL: https://github.com/adaptant-labs/accelerator-base-containers
- Owner: adaptant-labs
- License: apache-2.0
- Created: 2020-05-29T10:28:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-17T22:29:52.000Z (over 4 years ago)
- Last Synced: 2025-01-30T12:28:09.629Z (4 months ago)
- Topics: accelerator, accelerator-docker, accelerators, base-container, base-image, docker, docker-images, dockerfiles, heterogeneous-accelerators
- Language: Dockerfile
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# accelerator-base-containers
Base containers for various heterogeneous accelerators and their respective runtimes
## Overview
This project aims to provide a range of multi-arch base containers that support pre-configured runtimes for various
heterogeneous accelerators.Containers are published on Docker Hub under the `acceleratorbase` namespace:
| Image | Path | Architecture(s) | Description |
|-------|------|-----------------|-------------|
| `acceleratorbase/ncs2-rpi` | [intel-ncs2/ncs2-rpi] | arm64 | OpenVINO runtime for the Intel Neural Compute Stick 2 running on a Raspberry Pi 3 or 4 (raspbian) |
| `acceleratorbase/openvino-base` | [intel-ncs2/openvino-base] | amd64 | OpenVINO runtime for the Intel Neural Compute Stick 2 running on AMD64 (ubuntu 20.04) |
| `acceleratorbase/edgetpu-std` | [edgetpu/edgetpu-std] | amd64, arm64 | EdgeTPU runtime running at standard clock speed |
| `acceleratorbase/edgetpu-max` | [edgetpu/edgetpu-max] | amd64, arm64 | EdgeTPU runtime running at maximum clock speed |[intel-ncs2/ncs2-rpi]: https://github.com/adaptant-labs/accelerator-base-containers/tree/master/intel-ncs2/ncs2-rpi
[intel-ncs2/openvino-base]: https://github.com/adaptant-labs/accelerator-base-containers/tree/master/intel-ncs2/openvino-base
[edgetpu/edgetpu-std]: https://github.com/adaptant-labs/accelerator-base-containers/tree/master/edgetpu/edgetpu-std
[edgetpu/edgetpu-max]: https://github.com/adaptant-labs/accelerator-base-containers/tree/master/edgetpu/edgetpu-maxSome examples using the base containers are available in the [examples] directory.
[examples]: https://github.com/adaptant-labs/accelerator-base-containers/tree/master/examples
## Features and bugs
Please file feature requests (including support for additional target architectures) and bugs in the [issue tracker][tracker].
## Acknowledgements
This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant
agreement No 825480 ([SODALITE]).## License
Licensed under the terms of the Apache 2.0 license, the full version of which
can be found in the LICENSE file included in the distribution.[tracker]: https://github.com/adaptant-labs/accelerator-base-containers/issues
[SODALITE]: https://www.sodalite.eu