You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when running mct in docker I get error ImportError: libGL.so.1: cannot open shared object file: No such file or directory
solution is in stackoverflow to install multiple apt pkg
Issue Type
Feature Request
Source
pip (mct-nightly)
MCT Version
2.2.0.20241209.545
OS Platform and Distribution
docker debian
Python version
3.11
Describe the issue
when running mct in docker I get error
ImportError: libGL.so.1: cannot open shared object file: No such file or directory
solution is in stackoverflow to install multiple apt pkg
Expected behaviour
removed opencv
this is in used only in https://github.com/sony/model_optimization/blob/4a16071917b2e086e7ffcddca353b030a49483d8/model_compression_toolkit/data_generation/pytorch/optimization_functions/image_initilization.py#L102C35-L102C47
this can be replaced with pytorch code
Code to reproduce the issue
inside of docker
Log output
No response
The text was updated successfully, but these errors were encountered: