Skip to content

Commit 4df2927

Browse files
authored
Merge branch 'main' into dependabot/pip/dev-dependencies-c12912fb49
2 parents 8147ca7 + 0b2ea5c commit 4df2927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/nvidia_cuda_q/container/container_build_and_push.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ script_dir=$(dirname "$0")
5252

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

5757
# build docker image
5858
docker build --build-arg SCRIPT_PATH="$script_dir" \

0 commit comments

Comments
 (0)