I installed Docker on windows to support tensorflow. As I am running Python on docker based jupyter, I am facing issue with one of my code as it needs OpenCV module. For installing any other required modules I just simply used the terminal present on Jupyter Docker and used pip install, but I am not able to install opencv through the same method.
Can somebody please help with a way to install Opencv in the Docker based jupyter?