Skip to content

Commit

Permalink
fix: Unzip command in container_build_and_push.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rmshaffer authored Dec 2, 2024
1 parent 5b94e9c commit e051f3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ script_dir=$(dirname "$0")

# download cudaq wheel files
wget -O container/cudaq_wheel.zip https://github.com/bettinaheim/cuda-quantum/releases/download/11272024/wheelhouse.zip
unzip -f container/cudaq_wheel.zip -d container/cudaq_wheel
unzip container/cudaq_wheel.zip -d container/cudaq_wheel

# build docker image
docker build --build-arg SCRIPT_PATH="$script_dir" \
Expand Down

0 comments on commit e051f3e

Please sign in to comment.