Hello!
I made a dockerfile based on Python:3.10 with latest GCC (12.2.0) that has the CoIn-OR optimization suite.
Following solvers (including non-linear solvers) are part of the suite (Kudos to the original creators -- I just made this Dockerfile for Pythonistas)
Osi, Clp, Cbc, DyLP, FlopC++, Vol, SYMPHONY, Glpk, Smi, CoinMP, Bcp, Ipopt, Alps, Dip, Bonmin, Couenne, MibS, Disco
As python programmers, we now have a solid solver platform to boot for our optimization programs!
Hope this helps!
Best,
Magmaman!