USGS-R / river-dl

Deep learning model for predicting environmental variables on river systems
Creative Commons Zero v1.0 Universal
21 stars 15 forks source link

Added dockerfile and instructions for transferable CPU/GPU image #126

Closed SimonTopp closed 2 years ago

SimonTopp commented 3 years ago

I think this is a good start to standardizing the environment. Right now it's just set up for river-dl (not with the groundwater loss function), but it successfully runs locally and using GPU on TG. Definitely could expand it's capabilities because as of now it just includes instructions for running the snakemake workflow in a shell script within the container and not submitting batch scripts, using ssh tunnels, etc.

SimonTopp commented 3 years ago

Note to self, once this has been reviewed post it to teams as an example for folks wanting similar GPU/CPU containers to standardize projects.

jzwart commented 2 years ago

Looks good to me @SimonTopp