Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 477 Bytes

File metadata and controls

32 lines (23 loc) · 477 Bytes

Create and run the docker file:

docker build --no-cache -t ext .

docker run -it ext

Extract experiment data:

make extract

Run the experiments:

source activate quark_install

make data

Create Plots:

make plots

Export Plots:

docker cp <container_name>:/repro/ <host_file_system>