Docker: latest development version with python 3.8

Hi, I’m trying to run the latest development version but I need python 3.8.
I ran

docker run -ti -v $(pwd):/home/fenics/shared --name fenics-dev quay.io/fenicsproject/dev

but this image does not seem to reflect the current master branch (cannot import MixedFunctionSpace ) and the python version I get is 3.6.9.

Can anyone please advise on the easiest way to get the current master with python 3.8?

Thanks!

The docker image for master has not been updated Since january. I’ll see if I can get someone to push a build of it. Update: Hopefully a new dev image will be built today, including the mixed-FEM features. However, I cannot guarantee that it uses python3.8.

2 Likes

New version of dolfin master available at quay now, see:
https://quay.io/repository/fenicsproject/dev?tab=tags

2 Likes