Hi everyone,
docker run -ti dolfinx/dolfinx:stable
I install dolfinx with docker succesfully. Here is the list of pakages.
In the command line, dolfinx is successfully imported.

Then I add Docker interpreter in Pycharm. The import of dolfinx fails.

I find that the pakage ‘fenics-dolfinx’ is missing from the packages installed in the virtual environment. But in the docker image, the pakage ‘fenics-dolfinx’ exists. Any clues about what is going on?