I'm trying to setup Pycharm to properly work with Docker. Right now I'm dealing with the remote python interpreter from inside a container.
Using SSH to access the remote interpreter, Pycharm is able to read the packages:
If I configure it to work with docker-compose instead, it detects a python interpreter, but is unable to read which libraries are installed:
Here are the configurations I'm using:
SSH:
Compose:
Any idea?