Skip to content

Commit

Permalink
Download bazel beforehand
Browse files Browse the repository at this point in the history
  • Loading branch information
homuler committed Aug 28, 2023
1 parent 7c24fbf commit 46eca95
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/windows/x86_64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,8 @@ COPY WORKSPACE .
COPY mediapipe_api mediapipe_api
COPY third_party third_party

# cache bazel
COPY docker/windows/x86_64/cache_bazel.bat cache_bazel.bat
RUN cache_bazel.bat

CMD ["cmd"]

0 comments on commit 46eca95

Please sign in to comment.