공부 서랍장/이 구역 error finder

ImportError: libGL.so.1: cannot open shared object file: No such file or directory

만땅이 2021. 9. 1. 21:22

에러명

ImportError: libGL.so.1: cannot open shared object file: No such file or directory

 

 

 

 

해결방법

Dockerfile안에 설치하는 구문을 추가

pip install -U opencv-python
apt-get upgrade
apt update && apt install -y libsm6 libxext6 ffmpeg libfontconfig1 libxrender1 libgl1-mesa-glx

 

 

반응형