Skip to content

Docker Supply Curve Processing

Scott Kirkland edited this page Aug 31, 2021 · 3 revisions

Currently Not Utilized. Documentation here for planning purposes:

Create the supply curve docker image

docker build . -t srkirkland/cec-supply -f Dockerfile-supplyCurve

Run the "cec-supply" Docker image with the given ENV file and place the output into the current directory. The container will automatically clean-up and remove itself once the process has completed.

docker run --env-file=supply-env --rm -v $(pwd)/supplyCurve.csv:/usr/src/app/data/supplyCurve.csv cec-supply