Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit da55aea

Browse files
author
QuPengfei
authored
Merge pull request #758 from QuPengfei/v21.3
upgrade vaserving 0.41-beta for VCAC-A
2 parents 736ae6d + 4403fd5 commit da55aea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

analytics/common/VCAC-A/gst/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
FROM centos:7 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.4.1-beta"
77

8-
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 -sSf -o /home/vaserving/$x -L ${VA_SERVING_REPO}/${VA_SERVING_TAG}/vaserving/$x; done
8+
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 app_destination.py app_source.py gstreamer_app_destination.py gstreamer_app_source.py model_manager.py pipeline.py pipeline_manager.py pipeline.py schema.py vaserving.py; do curl -sSf -o /home/vaserving/$x -L ${VA_SERVING_REPO}/${VA_SERVING_TAG}/vaserving/$x; done
99
COPY *.py /home/
1010

1111
FROM openvisualcloud/vcaca-ubuntu1804-analytics-gst:21.3

0 commit comments

Comments
 (0)