From 82d00a3654902654a83d1f942400562d59aa7633 Mon Sep 17 00:00:00 2001 From: Ray Douglass Date: Wed, 2 Aug 2023 16:25:09 -0400 Subject: [PATCH] Use root user in notebook tests --- .github/workflows/test-notebooks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-notebooks.yml b/.github/workflows/test-notebooks.yml index 707f5822..0b39d051 100644 --- a/.github/workflows/test-notebooks.yml +++ b/.github/workflows/test-notebooks.yml @@ -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 }}