Currently the READ.me for Chaste docker suggests pulling in the release branch as the default branch.
docker run --init -it --rm -v chaste_data:/home/chaste chaste/release
The current release branch is 3 years old an causes a lot of issues in regards to vertex based models. Often leading to unclear CellVecData errors. I would suggest instead that the default for the docker image should be set to develop. Likely also containing many other issues that a new branch no longer has.
docker run --init -it --rm -v chaste_data:/home/chaste chaste/develop
This will require a bit of updating throughout some of the documentation and perhaps Docker file but I have opened a new branch to do this on. Happy to go through and do this but thought it best to discuss first.