I found the dealii version is still 9.0.1 instead of 9.1.1 in docker container. Will the container be renewed?
BTW. Recently, I tried to run aspect container in super computer with singularity. I did it successfully.
It is nice tool to submit job for running aspect container in super computer
Installation Singularity installation and other informationshttps://sylabs.io/guides/3.4/user-guide/quick_start.html#quick-installation-steps
After installation, the step are following
singularity pull docker://geodynamics/aspect
then the file : aspect_latest.sif will product in $HOME directory
run command
sudo singularity exec $HOME/aspect_latest.sif mpirun -np 4 /home/dealii/aspect/aspect-release /parameter/file/in/host/parameter.prm
Don’t need sudo if it on the super computer