我正在尝试使用声学-2.0_dockerfile在ubuntu20.04上安装音响。我使用了follwing命令:sudo docker build -t acousto2.0 -f ./acousto-2.0_dockerfile .,我得到了一个错误:configure: error: Provided blacs does not work!
你能帮我解决这个问题吗?
发布于 2021-12-16 19:30:04
尝试将dockerfile中的"debian:8.6“改为”debian:8.6“
(见https://sourceforge.net/p/acousto/discussion/852636/thread/ecebae1d2e/ )
https://askubuntu.com/questions/1328033
复制相似问题