intel / media-delivery

This collection of samples demonstrates best practices to achieve optimal video quality and performance on Intel GPUs for content delivery networks. Check out our demo, recommended command lines and quality and performance measuring tools.
MIT License
92 stars 29 forks source link

Support Intel apt repository channels by default #15

Closed dvrogozh closed 4 years ago

dvrogozh commented 4 years ago

This commit enables support of custom apt repositories. We will use Intel graphics repository by default. To use Ubuntu native packages configure with: docker build --build-arg APT_GRAPHICS_REPO="" ...

Fix: https://github.com/intel/media-delivery/issues/14

Signed-off-by: Dmitry Rogozhkin dmitry.v.rogozhkin@intel.com