Skip to content
This repository was archived by the owner on Dec 16, 2024. It is now read-only.

Commit b77aea7

Browse files
author
QuPengfei
authored
Merge pull request #220 from QuPengfei/v20.4
V20.4
2 parents 143448c + 22289ac commit b77aea7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ad-insertion/analytics/Xeon/ffmpeg/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ COPY --from=ssai_common /home/*.py /home/
2929
ENV LOG_LEVEL "DEBUG"
3030
ENV FRAMEWORK=ffmpeg
3131
WORKDIR /home
32-
CMD ["/home/main.py"]
32+
CMD ["/home/analyze.py"]
3333

3434
####
3535
ARG USER

ad-insertion/analytics/Xeon/gst/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ COPY --from=ssai_common /home/*.py /home/
4040
ENV LOG_LEVEL "DEBUG"
4141
ENV FRAMEWORK gstreamer
4242
WORKDIR /home
43-
CMD ["/home/main.py"]
43+
CMD ["/home/analyze.py"]
4444

4545
####
4646
ARG USER

0 commit comments

Comments
 (0)