Closed amuamushu closed 2 years ago
I got this error when running inference: gnuplot: error while loading shared libraries: libQt5Core.so.5: cannot open shared object file: No such file or directory.
gnuplot: error while loading shared libraries: libQt5Core.so.5: cannot open shared object file: No such file or directory
From this post (https://askubuntu.com/questions/1034313/ubuntu-18-4-libqt5core-so-5-cannot-open-shared-object-file-no-such-file-or-dir), it seems we need to update the docker file to include libqt5gui5.
I got this error when running inference:
gnuplot: error while loading shared libraries: libQt5Core.so.5: cannot open shared object file: No such file or directory
.From this post (https://askubuntu.com/questions/1034313/ubuntu-18-4-libqt5core-so-5-cannot-open-shared-object-file-no-such-file-or-dir), it seems we need to update the docker file to include libqt5gui5.