Docker images for Intel® Deep Learning Streamer (Intel® DL Streamer) Framework.
2.3K
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 2022.2.0-ubuntu20-gpu815* are intended for CPU and iGPU and include
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
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 2022.2.0-ubuntu20-gpu419.40* are intended for Intel® Data Center GPU Flex Series and include
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-gpu419.40
docker pull intel/dlstreamer:2022.2.0-ubuntu20-gpu419.40-devel
docker pull intel/dlstreamer:2022.2.0-ubuntu20-gpu419.40-dpcpp
docker pull intel/dlstreamer:2022.2.0-ubuntu20-gpu419.40-dpcpp-devel
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
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.
Content type
Image
Digest
sha256:a31a1085d…
Size
691.9 MB
Last updated
almost 4 years ago
docker pull tmdocker411/dlstreamer