This repository was archived by the owner on May 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
analytics/common/VCAC-A/gst Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33FROM centos:7 as build
44
55ARG 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
99COPY *.py /home/
1010
1111FROM openvisualcloud/vcaca-ubuntu1804-analytics-gst:21.3
You can’t perform that action at this time.
0 commit comments