Skip to content

Commit

Permalink
Merge pull request #253 from QuPengfei/20.7
Browse files Browse the repository at this point in the history
va service regression and roll back to v0.3_preview
  • Loading branch information
QuPengfei authored Aug 18, 2020
2 parents 37fa798 + 6e2d1c6 commit f39c0b0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ad-insertion/analytics/VCAC-A/ffmpeg/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
FROM centos:7.6.1810 as build

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

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

Expand Down
2 changes: 1 addition & 1 deletion ad-insertion/analytics/VCAC-A/gst/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
FROM centos:7.6.1810 as build

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

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

Expand Down
2 changes: 1 addition & 1 deletion ad-insertion/analytics/Xeon/ffmpeg/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
FROM centos:7.6.1810 as build

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

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

Expand Down
2 changes: 1 addition & 1 deletion ad-insertion/analytics/Xeon/gst/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
FROM centos:7.6.1810 as build

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

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

Expand Down

0 comments on commit f39c0b0

Please sign in to comment.