This is a collection of Docker images for Python.
- python-base : Python 3 (includes Conda)
- python-mip : python-base + psycopg2 + custom library to access MIP databases
Run: ./build.sh
- Add
import database_connectorin your Python script; - Call
database_connector.fetch_data()to get the input data; - Call
database_connector.save_results(pfa, error, shape)to store the results.
For more information, have a look at the library documentation.