Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stellaraccident committed Jan 18, 2025
1 parent 838ba29 commit 1ebfe62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dockerfiles/build_manylinux_x86_64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
# docker buildx build --file dockerfiles/build_manylinux_x86_64.Dockerfile dockerfiles
# This will print a SHA image id, which you can run with (or equiv):
# sudo docker run --rm -it --entrypoint /bin/bash <<IMAGE>>

#
# To build and push to a test branch, create a pull request on a branch named:
# docker*
# We build our portable linux releases on the manylinux (RHEL-based)
# images, with custom additional packages installed. We switch to
# new upstream versions as needed.
Expand Down

0 comments on commit 1ebfe62

Please sign in to comment.