From 3145984e888b2b38e3eec5c536ca0f2b8a366258 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Fri, 15 May 2020 21:01:07 +0100 Subject: Add docker image for tcpd --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index bb9da64..f0b2543 100644 --- a/README.md +++ b/README.md @@ -51,8 +51,24 @@ paper](https://arxiv.org/abs/2003.06222): Many of the time series in the dataset are included in this repository. However, due to licensing restrictions, some series can not be redistributed and need to be downloaded locally. We've added a Python script and a Makefile -to make this process as easy as possible. +to make this process as easy as possible. There is also a Dockerfile to +facilitate reproducibility. +### Using Docker + +To build the dataset using Docker, first build the docker containers + +``` +$ docker build -t tcpd https://github.com/alan-turing-institute/TCPD.git +``` + +then build the dataset: + +``` +$ docker run -i -t -v /path/to/where/you/want/the/dataset:/TCPD/export tcpd +``` + +### Using the command line To obtain the dataset, please run the following steps: -- cgit v1.2.3