This repository was archived by the owner on Dec 16, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33FROM centos:7.6.1810 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.3_preview "
77
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 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
99
Original file line number Diff line number Diff line change 33FROM centos:7.6.1810 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.3_preview "
77
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 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
99
Original file line number Diff line number Diff line change 33FROM centos:7.6.1810 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.3_preview "
77
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 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
99
Original file line number Diff line number Diff line change 33FROM centos:7.6.1810 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.3_preview "
77
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 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
99
You can’t perform that action at this time.
0 commit comments