Skip to content

Commit 409b3e0

Browse files
Use firedrake vanilla docker images, which now runs under the root user
1 parent 44e76cb commit 409b3e0

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/website.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,16 @@ jobs:
3434
notebook_pattern: |
3535
"**/tutorial_*_dolfinx.ipynb"
3636
- backend: firedrake
37-
container: firedrakeproject/firedrake
37+
container: firedrakeproject/firedrake-vanilla-default
3838
setup_container: |
3939
export DEBIAN_FRONTEND="noninteractive"
4040
apt update -y -q
4141
apt install -y -qq xvfb
42-
echo "/home/firedrake/firedrake/bin" >> $GITHUB_PATH
42+
rm /usr/lib/python3.*/EXTERNALLY-MANAGED
4343
notebook_pattern: |
4444
"**/tutorial_*_firedrake*.ipynb"
4545
fail-fast: false
46-
container:
47-
image: ${{ matrix.container }}
48-
options: --user root
46+
container: ${{ matrix.container }}
4947
steps:
5048
- name: Determine which branch to checkout when cloning source repository
5149
id: source_branch

0 commit comments

Comments
 (0)