Skip to content

Commit

Permalink
Merge pull request #763 from OpenVisualCloud/master
Browse files Browse the repository at this point in the history
merge master
  • Loading branch information
xwu2git authored Mar 29, 2021
2 parents 8a0b80f + 9afa9a0 commit a102947
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion analytics/common/VCAC-A/gst/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG VA_SERVING_TAG="v0.4.1-beta"
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
COPY *.py /home/

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

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/*

Expand Down
4 changes: 2 additions & 2 deletions deployment/kubernetes/helm/smtc/templates/office-webrtc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ spec:
name: timezone
readOnly: true
securityContext:
runAsUser: 103
runAsUser: 106
- name: mongodb
image: {{ $.Values.registryPrefix }}smtc_sensor_webrtc:latest
imagePullPolicy: IfNotPresent
Expand All @@ -84,7 +84,7 @@ spec:
name: timezone
readOnly: true
securityContext:
runAsUser: 102
runAsUser: 105
- name: webrtc
image: {{ $.Values.registryPrefix }}smtc_sensor_webrtc:latest
imagePullPolicy: IfNotPresent
Expand Down
4 changes: 2 additions & 2 deletions deployment/kubernetes/yaml/office-webrtc.yaml.m4
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ spec:
name: timezone
readOnly: true
securityContext:
runAsUser: 103
runAsUser: 106
- name: mongodb
image: defn(`REGISTRY_PREFIX')smtc_sensor_webrtc:latest
imagePullPolicy: IfNotPresent
Expand All @@ -84,7 +84,7 @@ spec:
name: timezone
readOnly: true
securityContext:
runAsUser: 102
runAsUser: 105
- name: webrtc
image: defn(`REGISTRY_PREFIX')smtc_sensor_webrtc:latest
imagePullPolicy: IfNotPresent
Expand Down

0 comments on commit a102947

Please sign in to comment.