Skip to content

Commit

Permalink
Use root user in notebook tests
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass committed Aug 2, 2023
1 parent dc96884 commit 82d00a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
runs-on: "linux-${{ inputs.ARCH }}-gpu-${{ inputs.GPU }}-${{ inputs.DRIVER }}-1"
container:
image: ${{ inputs.NOTEBOOKS_TAG }}
options: --user=root
env:
NVIDIA_VISIBLE_DEVICES: ${{ env.NVIDIA_VISIBLE_DEVICES }}
RAPIDS_BUILD_TYPE: ${{ inputs.BUILD_TYPE }}
Expand Down

0 comments on commit 82d00a3

Please sign in to comment.