I wrote a Dockerfile. When I build the image, start a container, and go to the python console, I can access certain python dependencies (rospy in my case).
When I configure the docker image as a Interpreter in PyCharm, it does not find these dependencies.