Skip to content
This repository was archived by the owner on Dec 16, 2024. It is now read-only.

Commit f39c0b0

Browse files
author
QuPengfei
authored
Merge pull request #253 from QuPengfei/20.7
va service regression and roll back to v0.3_preview
2 parents 37fa798 + 6e2d1c6 commit f39c0b0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ad-insertion/analytics/VCAC-A/ffmpeg/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
FROM centos:7.6.1810 as build
44

55
ARG VA_SERVING_REPO=https://raw.githubusercontent.com/intel/video-analytics-serving
6-
ARG VA_SERVING_TAG="v0.3.0-alpha"
6+
ARG VA_SERVING_TAG="v0.3_preview"
77

88
RUN mkdir -p /home/vaserving/common/utils && touch /home/vaserving/__init__.py /home/vaserving/common/__init__.py /home/vaserving/common/utils/__init__.py && for x in common/utils/logging.py common/settings.py arguments.py ffmpeg_pipeline.py gstreamer_pipeline.py model_manager.py pipeline.py pipeline_manager.py schema.py vaserving.py; do curl -o /home/vaserving/$x -L ${VA_SERVING_REPO}/${VA_SERVING_TAG}/vaserving/$x; done
99

ad-insertion/analytics/VCAC-A/gst/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
FROM centos:7.6.1810 as build
44

55
ARG VA_SERVING_REPO=https://raw.githubusercontent.com/intel/video-analytics-serving
6-
ARG VA_SERVING_TAG="v0.3.0-alpha"
6+
ARG VA_SERVING_TAG="v0.3_preview"
77

88
RUN mkdir -p /home/vaserving/common/utils && touch /home/vaserving/__init__.py /home/vaserving/common/__init__.py /home/vaserving/common/utils/__init__.py && for x in common/utils/logging.py common/settings.py arguments.py ffmpeg_pipeline.py gstreamer_pipeline.py model_manager.py pipeline.py pipeline_manager.py schema.py vaserving.py; do curl -o /home/vaserving/$x -L ${VA_SERVING_REPO}/${VA_SERVING_TAG}/vaserving/$x; done
99

ad-insertion/analytics/Xeon/ffmpeg/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
FROM centos:7.6.1810 as build
44

55
ARG VA_SERVING_REPO=https://raw.githubusercontent.com/intel/video-analytics-serving
6-
ARG VA_SERVING_TAG="v0.3.0-alpha"
6+
ARG VA_SERVING_TAG="v0.3_preview"
77

88
RUN mkdir -p /home/vaserving/common/utils && touch /home/vaserving/__init__.py /home/vaserving/common/__init__.py /home/vaserving/common/utils/__init__.py && for x in common/utils/logging.py common/settings.py arguments.py ffmpeg_pipeline.py gstreamer_pipeline.py model_manager.py pipeline.py pipeline_manager.py schema.py vaserving.py; do curl -o /home/vaserving/$x -L ${VA_SERVING_REPO}/${VA_SERVING_TAG}/vaserving/$x; done
99

ad-insertion/analytics/Xeon/gst/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
FROM centos:7.6.1810 as build
44

55
ARG VA_SERVING_REPO=https://raw.githubusercontent.com/intel/video-analytics-serving
6-
ARG VA_SERVING_TAG="v0.3.0-alpha"
6+
ARG VA_SERVING_TAG="v0.3_preview"
77

88
RUN mkdir -p /home/vaserving/common/utils && touch /home/vaserving/__init__.py /home/vaserving/common/__init__.py /home/vaserving/common/utils/__init__.py && for x in common/utils/logging.py common/settings.py arguments.py ffmpeg_pipeline.py gstreamer_pipeline.py model_manager.py pipeline.py pipeline_manager.py schema.py vaserving.py; do curl -o /home/vaserving/$x -L ${VA_SERVING_REPO}/${VA_SERVING_TAG}/vaserving/$x; done
99

0 commit comments

Comments
 (0)