I am using a docker recipe for configuring my databricks cluster. It is working fine for everything else however when I tried to display any image data using any python utility such as matplotlib, PIL or Opencv etc. the image does not get displayed on the output cell.
it there any specific dependency that needs to be added to the docker recipe for image display or it is not possible to display the image in a dockerized container (same as the CLI is not accessible in docker).
Note1: Currently I can display images using HTML though but not directly through python script
Note2: The simple docker file is attached (which is a *****)