Import dolfinx no module named dolfinx and no code completion in PyCharm

It seems that dolfinx package is not analyzed by pycharm for code completion by default.

I also have checked this topic.

There is only one python interpreter and adding it to pycharm does not detect dolfinx. I am using docker container with image from dolfinx/dolfinx:stable.

What’s the solution?