Hi all,
Quick question - after I used this docker image:
docker run -v %cd%:/home/dealii/shared -it dealii/dealii:9.0.0-gcc-mpi-fulldepsspack-debugrelease
And if I run cmake CMakeLists.txt, it reports:
bash: cmake: command not found
It seems that cmake is not installed. And if I do sudo apt-get install cmake it says bash: sudo: command not found; if I do su it asks for a password that I don't know.
Could you please help?
Thanks,
Shawn