Skip to content

Commit

Permalink
Merge pull request #9866 from Alexey-Rivkin/topic/fix-gdrcopy-check
Browse files Browse the repository at this point in the history
CI: Fix gdrcopy check by allowing the dev access from Docker
  • Loading branch information
yosefe authored May 9, 2024
2 parents 63f85a9 + 6ad5832 commit 477d72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildlib/pr/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
variables:
DOCKER_OPT_VOLUMES: -v /hpc/local:/hpc/local -v /auto/sw_tools:/auto/sw_tools
DOCKER_OPT_IB: --ulimit memlock=-1:-1 --device=/dev/infiniband/ --net=host
DOCKER_OPT_GPU: --gpus all $(DOCKER_OPT_IB)
DOCKER_OPT_GPU: --gpus all --device=/dev/gdrdrv $(DOCKER_OPT_IB)
DOCKER_OPT_ARGS: --cap-add=SYS_PTRACE

resources:
Expand Down

0 comments on commit 477d72a

Please sign in to comment.