NOAA-OWP / RRASSLER

R based HEC-RAS FAIR standardization software
https://noaa-owp.github.io/RRASSLER/
Other
1 stars 0 forks source link

Confusing Dockerfile instructions #9

Closed ar-siddiqui closed 3 months ago

ar-siddiqui commented 9 months ago

The initial two lines of the Dockerfile instruct to build the Docker image in the context of /path/to/rocker-versioned2

The geodev.Dockerfile does not seem to be using the context. The Dockerfile primarily involves package installations and script executions, with no direct references to files in the context.

I successfully build the docker image without the context, hence not sure if the context is necessary here.

JamesColl-NOAA commented 3 months ago

we've removed the development environment notes and associated dockerfile as that seemed to have caused more confusion than the reproducibility added. Thanks for testing this for us and please open a new issue if remotes::install_github("NOAA-OWP/RRASSLER") fails for you.