File tree Expand file tree Collapse file tree
integrations/docker/images/chip-cert-bins Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -403,8 +403,7 @@ COPY --from=chip-build-cert-bins /root/connectedhomeip/data_model python_testing
403403COPY --from=chip-build-cert-bins /root/connectedhomeip/src/python_testing/requirements.txt /tmp/requirements.txt
404404RUN pip install --break-system-packages -r /tmp/requirements.txt && rm /tmp/requirements.txt
405405
406- # Copy PushAV Server to apps and install dependencies
407- COPY --from=chip-build-cert-bins /root/connectedhomeip/src/tools/push_av_server apps/push_av_server
406+ # Install PushAV dependencies
408407RUN pip install --break-system-packages -r apps/push_av_server/requirements.txt \
409408 && patch -d $(pip show hypercorn | grep "Location: " | sed "s/Location: //" ) -p0 < apps/push_av_server/hypercorn.patch
410409
You can’t perform that action at this time.
0 commit comments