I have tried to install the module vtkplotter with
sudo docker run pip3 install vtkplotter
but I get the error:
Unable to find image 'pip3:latest' locally
docker: Error response from daemon: pull access denied for pip3, repository does not exist or may require 'docker login'.
See 'docker run --help'.
Don’t know if this is still an issue, but it might help others.
The way I customise my fenics containers is using and modifying the Dockerfile that comes with fenicsproject.
By default, fenicsproject uses the image quay.io/fenicsproject. I’ve modified my fenicsproject to use my own image, that I tagged my-fenics/stable.
Go to ~/.local/bin/fenicsproject and towards the top edit it such that: