Closed braceal closed 4 years ago
you can add that do the docker here I have 2 python libs not in pypi in this example https://github.com/Fxe/modelseed-annotation-server/blob/master/Dockerfile make sure that "custom" cobrapy version is 0.17.1 or above otherwise cobrakbase will update it from pypi
What is MFApy for?
Great! I will take a look. MFApy was just the name of the package I made for testing (a precursor to this package).
We need to add the forked versions of cobrapy and optlang that contain the COINOR-CBC and OSQP solvers.
This was the way that I installed them for testing. We can probably run the installs for optlang and cobrapy without the -e flag. @Fxe what is the best way to add this to the docker image?