## 컨테이너에서 opencv사용시 발생하는 에러 및 해결
ImportError: libGL.so.1: cannot open shared object file: No such file or directory ...
```
apt-get update -y
apt-get install -y libgl1-mesa-glx
# 이후 동일한 2.0 어쩌고 에러 발생 시
apt-get install -y libglib2.0-0
```
## 컨테이너에서 opencv사용시 발생하는 에러 및 해결
ImportError: libGL.so.1: cannot open shared object file: No such file or directory ...
```
apt-get update -y
apt-get install -y libgl1-mesa-glx
# 이후 동일한 2.0 어쩌고 에러 발생 시
apt-get install -y libglib2.0-0
```