Sign inSign up

tmdocker411/dlstreamer

By tmdocker411

Updated almost 4 years ago

Docker images for Intel® Deep Learning Streamer (Intel® DL Streamer) Framework.

Image
0

2.3K

tmdocker411/dlstreamer repository overview

Intel® Deep Learning Streamer (Intel® DL Streamer) Pipeline Framework

Intel® DL Streamer Pipeline Framework is an open-source streaming media analytics framework, based on GStreamer* multimedia framework, for creating complex media analytics pipelines for the Cloud or at the Edge.

Images for CPU and iGPU

Images 2022.2.0-ubuntu20-gpu815* are intended for CPU and iGPU and include

  1. Intel® DL Streamer 2022.2.0
  2. OpenVINO™ Toolkit 2022.2.0
  3. Drivers for integrated GPU in Intel® Core® processors, drivers version 815

Four images are listed below, images -devel additionally contain samples and development files, images with -dpcpp additionally contain Intel® oneAPI DPC++/C++ Compiler

  • docker pull intel/dlstreamer:2022.2.0-ubuntu20-gpu815 or docker pull intel/dlstreamer:latest
  • docker pull intel/dlstreamer:2022.2.0-ubuntu20-gpu815-devel or docker pull intel/dlstreamer:devel
    • Developer image that builds on runtime image containing samples, development files and a model downloader.
  • docker pull intel/dlstreamer:2022.2.0-ubuntu20-gpu815-dpcpp or docker pull intel/dlstreamer:dpcpp
  • docker pull intel/dlstreamer:2022.2.0-ubuntu20-gpu815-dpcpp-devel or docker pull intel/dlstreamer:dpcpp-devel
Images for Intel® Data Center GPU Flex Series

Images 2022.2.0-ubuntu20-gpu419.40* are intended for Intel® Data Center GPU Flex Series and include

  1. Intel® DL Streamer 2022.2.0
  2. OpenVINO™ Toolkit 2022.2.0
  3. Drivers for Intel® Data Center GPU Flex Series, drivers version 419.40

Four images are listed below, images -devel additionally contain samples and development files, images with -dpcpp additionally contain Intel® oneAPI DPC++/C++ Compiler

How to run

To run an image on CPU, use normal command-line options, for example:

docker run -it --rm intel/dlstreamer

To run inference or/and media operations on GPU, add --device /dev/dri:/dev/dri command-line option:

NOTE: Ubuntu20 hosts need extra docker options to access GPU

docker run -it --device /dev/dri --rm intel/dlstreamer

License

LEGAL NOTICE: By accessing, downloading or using this software and any required dependent software (the "Software Package"), you agree to the terms and conditions of the software license agreements for the Software Package, which may also include notices, disclaimers, or license terms for third party software included with the Software Package. Please refer to the "third-party-programs.txt" found in /opt/intel/dlstreamer for additional details.

Tag summary

Content type

Image

Digest

sha256:a31a1085d

Size

691.9 MB

Last updated

almost 4 years ago

docker pull tmdocker411/dlstreamer