Conversation
| && rm -rf /var/lib/apt/lists/* | ||
|
|
||
| RUN apt-get update ##[edited] | ||
| RUN apt-get install ffmpeg libsm6 libxext6 -y |
There was a problem hiding this comment.
libsm6 is already included in line 11
antonellopasella-kedos
left a comment
There was a problem hiding this comment.
It seems ok, same error the PR will fix it
antonellopasella-kedos
left a comment
There was a problem hiding this comment.
please remove the duplicate package
|
apt-get install -y libgl1-mesa-glx |
|
Hi @sjhddh !We are grateful for your efforts in helping improve this open-source project during your personal time. |
This fixes the "ImportError: libGL.so.1: cannot open shared object file: No such file or directory" when running docker container. Having such important edits to the Dockerfile will resolve the issue.