Skip to content

Commit

Permalink
Install python build package inside Winbase build container (#7934)
Browse files Browse the repository at this point in the history
  • Loading branch information
mc-nv committed Jan 14, 2025
1 parent 2bfc89f commit 27a5fb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -1048,6 +1048,8 @@ def create_dockerfile_buildbase(ddir, dockerfile_name, argmap):
# Install the windows- or linux-specific buildbase dependencies
if target_platform() == "windows":
df += """
RUN python3 -m pip install build
SHELL ["cmd", "/S", "/C"]
"""
else:
Expand Down

0 comments on commit 27a5fb6

Please sign in to comment.