We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8147ca7 + 0b2ea5c commit 4df2927Copy full SHA for 4df2927
examples/nvidia_cuda_q/container/container_build_and_push.sh
@@ -52,7 +52,7 @@ script_dir=$(dirname "$0")
52
53
# download cudaq wheel files
54
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
+unzip container/cudaq_wheel.zip -d container/cudaq_wheel
56
57
# build docker image
58
docker build --build-arg SCRIPT_PATH="$script_dir" \
0 commit comments