Skip to content

Commit

Permalink
revert build script
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Jul 26, 2023
1 parent 10dfe53 commit 30579d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/docker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ TARBALL_PATH=$(ls dist/*.tar.gz)
export TARBALL_PATH

docker build \
-t bwmac03570/py-dcqc-test:hdf5_suite \
--platform linux/amd64 \
-t dcqc \
-f "${SCRIPT_DIR}/Dockerfile" \
--build-arg TARBALL_PATH \
"${SCRIPT_DIR}/../.."

0 comments on commit 30579d3

Please sign in to comment.