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 }}