Code of the Docker image of the DeepVis data pipeline.
All Scripts are run in a Docker container. Therefore a Docker installation is needed. More information are available here
docker build -t oliverkallenberg/deepvis-pipeline . docker push oliverkallenberg/deepvis-pipeline docker run -it -v %cd%\config.yml:/config.yml -v %cd%\data:/data --rm --name dvp deepvis-pipeline bash