Skip to content

Commit

Permalink
Remove workaround for docker rootless (#975)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjacobelli authored Dec 4, 2023
1 parent 9d74d12 commit d47a100
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -702,8 +702,6 @@ jobs:
docker pull $cudaq_image
fi
# Workaround for dockerd rootless
chown $(id -u):$(id -g) scripts/validate_container.sh
docker run --rm -dit --name cuda-quantum $cudaq_image
docker cp scripts/validate_container.sh cuda-quantum:"/home/cudaq/validate_container.sh"
docker exec -e TERM=xterm cuda-quantum bash validate_container.sh > /tmp/validation.out
Expand Down

0 comments on commit d47a100

Please sign in to comment.