Skip to content

Commit

Permalink
Added RUN step to install python dependencies for python runner (#26319)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelhm authored and pull[bot] committed Jan 18, 2024
1 parent 4f928c1 commit 1013144
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integrations/docker/images/chip-cert-bins/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -304,4 +304,5 @@ COPY --from=chip-build-cert-bins /root/connectedhomeip/out/chip-app1 chip-app1
# Stage 3.1 Setup the Matter Python environment
COPY --from=chip-build-cert-bins /root/connectedhomeip/out/python_lib python_lib
COPY --from=chip-build-cert-bins /root/connectedhomeip/src/python_testing python_testing
RUN pip install click websockets lark diskcache
RUN pip install --no-cache-dir python_lib/controller/python/chip*.whl

0 comments on commit 1013144

Please sign in to comment.