| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
You may find usage Guidelines in the wiki: https://github.com/JRCSTU/CO2MPAS-TA/wiki/CO2MPAS-user-guideline
To create work folders and then fill input with sample-vehicles:
$ md input output $ docker run -it --rm -v $(pwd):/data vinci1it2000/co2mpas-debian:latest co2mpas demo /data/input
To run CO2MPAS with batch cmd:
$ docker run -it --rm -v $(pwd):/data vinci1it2000/co2mpas-debian:latest co2mpas batch /data/input -O /data/output -D flag.engineering_mode=True
You can run a specific version changing tag latest with the desired version:
$ docker run -it --rm -v $(pwd):/data vinci1it2000/co2mpas-debian:2.0.0 co2mpas batch /data/input -O /data/output -D flag.engineering_mode=True
To build locally all images as latest, you can run the following command:
$ docker-compose build
if you want to build just one image:
$ docker-compose build co2mpas-debian
If you want to build and tag all images with the current version, you can run the following command:
$ bash ./build.sh
if you want to build just one image:
$ bash ./build.sh co2mpas-debian
| Back | FazBrowse Home | New Git URL |