Skip to content

Commit 23d8928

Browse files
authored
Release v2025.0.1.3
1 parent 4eae420 commit 23d8928

File tree

5 files changed

+232
-188
lines changed

5 files changed

+232
-188
lines changed

docker/dlstreamer_dev_ubuntu22.Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ARG DEBIAN_FRONTEND=noninteractive
1111
LABEL description="This is the development image of Intel® Deep Learning Streamer (Intel® DL Streamer) Pipeline Framework"
1212
LABEL vendor="Intel Corporation"
1313

14-
ARG DLSTREAMER_VERSION=2025.0.1.2
14+
ARG DLSTREAMER_VERSION=2025.0.1.3
1515
ARG GST_VERSION=1.24.12
1616
ARG VORBIS_VERSION=1.3.7
1717
ARG FFMPEG_VERSION=6.1.1
@@ -586,5 +586,4 @@ USER dlstreamer
586586
HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
587587
CMD [ "bash", "-c", "pgrep bash > /dev/null || exit 1" ]
588588

589-
CMD ["/bin/bash"]
590-
589+
CMD ["/bin/bash"]

docker/dlstreamer_dev_ubuntu24.Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ARG DEBIAN_FRONTEND=noninteractive
1111
LABEL description="This is the development image of Intel® Deep Learning Streamer (Intel® DL Streamer) Pipeline Framework"
1212
LABEL vendor="Intel Corporation"
1313

14-
ARG DLSTREAMER_VERSION=2025.0.1.2
14+
ARG DLSTREAMER_VERSION=2025.0.1.3
1515
ARG GST_VERSION=1.24.12
1616
ARG VORBIS_VERSION=1.3.7
1717
ARG FFMPEG_VERSION=6.1.1
@@ -571,5 +571,4 @@ USER dlstreamer
571571
HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
572572
CMD [ "bash", "-c", "pgrep bash > /dev/null || exit 1" ]
573573

574-
CMD ["/bin/bash"]
575-
574+
CMD ["/bin/bash"]

requirements.txt

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
numpy
2-
scikit-build >= 0.11.1
3-
opencv-python >= 4.10.0.84
4-
deep-sort-realtime >= 1.3.2
5-
six>=1.16.0
6-
pluggy>=1.5.0
7-
iniconfig>=2.0.0
8-
PyGObject>=3.48.2
9-
pytest>=8.3.2
1+
numpy==2.2.0
2+
tqdm==4.67.1
3+
opencv-python==4.11.0.86
4+
PyGObject==3.50.0
5+
setuptools==70.0.0

0 commit comments

Comments
 (0)