rh-aiservices-bu / insurance-claim-processing

Source for "Streamlining insurance claims with OpenShift AI" Lab
https://rh-aiservices-bu.github.io/insurance-claim-processing/
MIT License
32 stars 83 forks source link

Remove opencv-python from workbench image #196

Closed guimou closed 5 months ago

guimou commented 5 months ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.

rcarrata commented 5 months ago

As a Workaround, in the Jupyter Lab Terminal:

pip uninstall opencv-python
pip uninstall opencv-python-headless
pip install opencv-python-headless

Restart the Kernel and run all the cells and it works!