Skip to content

Commit

Permalink
adding apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
sacpis committed Aug 15, 2024
1 parent dfa99ba commit 4f0b6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ jobs:
# In containers without GPU support, UCX does not work properly since it is configured to work with GPU-support.
# Hence, don't enforce UCX when running these tests.
docker exec cuda-quantum bash -c "python3 -m pip install pandas scipy pandas seaborn"
docker exec cuda-quantum bash -c "apt-get install -y --no-install-recommends pkg-config libhdf5-dev"
docker exec cuda-quantum bash -c "apt-get update && apt-get install -y --no-install-recommends pkg-config libhdf5-dev"
(docker exec cuda-quantum bash -c "unset OMPI_MCA_pml && set -o pipefail && bash validate_container.sh | tee /tmp/validation.out") && passed=true || passed=false
docker cp cuda-quantum:"/tmp/validation.out" /tmp/validation.out
docker stop cuda-quantum
Expand Down

0 comments on commit 4f0b6e3

Please sign in to comment.