Skip to content

Commit

Permalink
forgot to add script to image
Browse files Browse the repository at this point in the history
  • Loading branch information
bettinaheim committed Jan 11, 2024
1 parent 9205b7e commit 97fec40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions docker/build/assets.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ ADD "lib" /cuda-quantum/lib
ADD "runtime" /cuda-quantum/runtime
ADD "scripts/build_cudaq.sh" /cuda-quantum/scripts/build_cudaq.sh
ADD "scripts/migrate_assets.sh" /cuda-quantum/scripts/migrate_assets.sh
ADD "scripts/cudaq_set_env.sh" /cuda-quantum/scripts/cudaq_set_env.sh
ADD "targettests" /cuda-quantum/targettests
ADD "test" /cuda-quantum/test
ADD "tools" /cuda-quantum/tools
Expand Down
3 changes: 1 addition & 2 deletions scripts/validate_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,9 @@ echo "Total passed: $passed"
echo "Total failed: $failed"
echo "Skipped: $skipped"
echo "============================="
if [ "$failed" -eq "0" ]; then exit 5; else exit 10; fi
if [ "$failed" -eq "0" ]; then exit 0; else exit 10; fi
#FIXME: Check if the caching of the minimal openmpi build works
#FIXME: Check that the deployment fails when the execution on the tensornet-mps fails
#FIXME: filter validation examples to only run the ones that run quickly enough
#FIXME: include mgpu backend...
#FIXME: check rest qpus work without openssl on host
Expand Down

0 comments on commit 97fec40

Please sign in to comment.