chorus-ai / chorus_waveform

CHoRUS waveform documentation and various waveform conversion scripts
MIT License
3 stars 3 forks source link

Containerize and create `chorus-waveform` image #66

Closed jshoughtaling closed 4 months ago

jshoughtaling commented 4 months ago

This PR creates a public Docker image - chorus-waveform - that can be used for cloud-based benchmarking at sites.

Versioning for python and java in the Docker file is based off of choices made in the benchmark.yml file that defines a benchmarking GitHub action flow.

The image is currently without entrypoint but should require minimal configuration updates to deploy effectively at a given data site.

jshoughtaling commented 4 months ago

Thanks, @tompollard, for the quick review! Incorporated all of your fixes and will get this merged.