Lovasz theta calculation on Docker
I run sage on Docker container. When i try to compute the lovasz theta of a graph using G.lovasz_theta()
, I get the error that module csdp is not installed and should be installed with !sage -i csdp
. When i try this command, i in turn get the error make:command not found
. When I went to GitHub page for CSDP package, i got the source code for the package, but how do i get the package to work on Docker?
I have downloaded SageMath on my system, but it frequently terminates when i use plotting commands or related commands. That is why, I work on Docker version of SageMath. Any hints how to overcome the problem?