Skip to content

Commit 863f93e

Browse files
authored
[ViPPET] Update Dockerfiles to use the latest DLStreamer base image (open-edge-platform#1076)
1 parent f2e1419 commit 863f93e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tools/visual-pipeline-and-platform-evaluation-tool/models/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# SPDX-License-Identifier: Apache-2.0
1616

17-
FROM intel/dlstreamer:2025.1.2-ubuntu24
17+
FROM intel/dlstreamer:weekly-2025.2-20251007-ubuntu24
1818

1919
USER root
2020

tools/visual-pipeline-and-platform-evaluation-tool/video_generator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# SPDX-License-Identifier: Apache-2.0
1616

1717
# Use DLStreamer as the base image
18-
FROM intel/dlstreamer:2025.1.2-ubuntu24
18+
FROM intel/dlstreamer:weekly-2025.2-20251007-ubuntu24
1919

2020
# Set environment variable to non-interactive mode (avoids some prompts)
2121
ENV DEBIAN_FRONTEND=noninteractive

tools/visual-pipeline-and-platform-evaluation-tool/vippet/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# SPDX-License-Identifier: Apache-2.0
1616

17-
FROM intel/dlstreamer:2025.1.2-ubuntu24 AS prod
17+
FROM intel/dlstreamer:weekly-2025.2-20251007-ubuntu24 AS prod
1818

1919
USER root
2020

0 commit comments

Comments
 (0)