Skip to content

Commit

Permalink
revert commenting
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmuhs committed Oct 21, 2024
1 parent 9e181f9 commit de8ae6a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/manylinux-builder/build_and_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

set -euxo pipefail

#docker build . \
# -f Dockerfile \
# --build-arg base_image="quay.io/pypa/manylinux_2_28_x86_64" \
# -t keyvidev/manylinux-builder-x86_64
docker build . \
-f Dockerfile \
--build-arg base_image="quay.io/pypa/manylinux_2_28_x86_64" \
-t keyvidev/manylinux-builder-x86_64

docker build . \
-f Dockerfile \
Expand Down

0 comments on commit de8ae6a

Please sign in to comment.