ML4GW / aframev2

Detecting binary black hole mergers in LIGO with neural networks
MIT License
4 stars 14 forks source link

Helper script for building containers #181

Closed EthanMarx closed 1 month ago

EthanMarx commented 1 month ago

Little helper CLI utility for easily rebuilding containers. By default, will build all containers, storing them in $AFRAME_CONTAINER_ROOT. The --container-root can be overridden at the command line. To only build certain projects, just name them explicitly, e.g.

poetry run build-containers export train

EthanMarx commented 1 month ago

Okay ran this, and successfully built all container within ~15 minutes