Skip to content

Commit

Permalink
build: copy platform_mappings to containers
Browse files Browse the repository at this point in the history
  • Loading branch information
homuler committed Jan 2, 2024
1 parent e7ff19b commit 2c92c37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/linux/x86_64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ ENV PYTHON_BIN_PATH /usr/bin/python3.9
COPY packages.config .
COPY .bazelrc .
COPY .bazelversion .
COPY platform_mappings .
COPY build.py .
COPY WORKSPACE .
COPY mediapipe_api mediapipe_api
Expand Down
1 change: 1 addition & 0 deletions docker/windows/x86_64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ WORKDIR C:\mediapipe
COPY packages.config .
COPY .bazelrc .
COPY .bazelversion .
COPY platform_mappings .
COPY build.py .
COPY WORKSPACE .
COPY mediapipe_api mediapipe_api
Expand Down

0 comments on commit 2c92c37

Please sign in to comment.