Skip to content

[CURATE] Dockerfile to extract Gravitational Wave data from the ESCAPE datalake

CI requested to merge 5742052 into master

=== Record #5742053 ===
Title: Dockerfile to extract Gravitational Wave data from the ESCAPE datalake
DOI: 10.5281/zenodo.5742053
URL: https://zenodo.org/record/5742053
This is a container to extract Gravitational Wave (GW) data from the datalake using Rucio and feed 1 second GW frames to the GW pipelines. To run this container it first needs to be built: (sudo) docker build -t rucio-gwf-shared-vol-writer-public . Then it can be run using the following command:   (sudo) docker run -e RUCIO_ACCOUNT= -v /path/to/client.crt:/opt/rucio/etc/client.crt -v /path/to/client.key:/opt/rucio/etc/client.key -v /path/to/output/frames:/dataout rucio-gwf-shared-vol-writer  

Software Package Checklist

Onboarding Procedure Checklist

Onboarding issue: https://project.escape2020.de/issues/151

Edited by Vuillaume

Merge request reports