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

Commit 8a0b80f

Browse files
authored
Merge pull request #759 from xwu2git/master
revert VCAC-A back to 20.10
2 parents da55aea + 147621a commit 8a0b80f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

analytics/common/VCAC-A/gst/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ ARG VA_SERVING_TAG="v0.4.1-beta"
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 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

11-
FROM openvisualcloud/vcaca-ubuntu1804-analytics-gst:21.3
11+
FROM openvisualcloud/vcaca-ubuntu1804-analytics-gst:20.10
1212

1313
RUN 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

1515
COPY --from=build /home/ /home/
1616
ENV FRAMEWORK=gstreamer
1717
ENV PYTHONIOENCODING=UTF-8
18+
ENV ENABLE_GVA_FEATURES=compact-meta
1819

1920
####
2021
ARG USER=docker

0 commit comments

Comments
 (0)