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 @@ -8,13 +8,14 @@ ARG VA_SERVING_TAG="v0.4.1-beta"
88RUN 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
11- FROM openvisualcloud/vcaca-ubuntu1804-analytics-gst:21.3
11+ FROM openvisualcloud/vcaca-ubuntu1804-analytics-gst:20.10
1212
1313RUN DEBIAN_FRONTEND=noninteractive apt-get update -qq && apt-get install -qq python3-gst-1.0 python3-jsonschema python3-psutil && rm -rf /var/lib/apt/lists/*
1414
1515COPY --from=build /home/ /home/
1616ENV FRAMEWORK=gstreamer
1717ENV PYTHONIOENCODING=UTF-8
18+ ENV ENABLE_GVA_FEATURES=compact-meta
1819
1920# ###
2021ARG USER=docker
You can’t perform that action at this time.
0 commit comments