Sign inSign up

wholetale/wt-cpr

By wholetale

Updated about 5 years ago

Docker image for Whole Tale comprehensive provenance reporting

Image
Languages & frameworks
Machine learning & AI
Data science
0

2.2K

wholetale/wt-cpr repository overview

Docker image for Whole Tale comprehensive provenance reports

This repo contains the definition of the wholetale/wt-cpr image used to generate provenance reports using the CPR tools. This image is intended for use in the gwvolman recorded_run task, which performs the following steps:

  1. Build the user's image
  2. Execute the selected entrypoint script with reprozip trace
  3. Execute CPR reports via scripts/run_reports.sh <path-to-workspace>

The run-reports.sh script:

  1. Starts a blazegraph instances
  2. Uses CPR to convert the reprozip trace intput to triples
  3. Loads triples into blazegraph
  4. Executes queries to generate reports
  5. Generates visualizations

This assumes that the .reprozip-trace directory is present in the user's run workspace directory.

To build this image:

docker build -t wholetale/cpr:latest .

Tag summary

Content type

Image

Digest

Size

309.3 MB

Last updated

about 5 years ago

docker pull wholetale/wt-cpr