Clarify the meaning of remote
when giving NGen image run options
#121
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
TL;DR
This fixes confusing language in the guide script. Please feel free to suggest something better.
More detail
The guide script has a prompt to give the user the option to run with an existing container or to pull a 'fresh' version from the docker repository.
This commit changes the language in that prompt from a somewhat confusing:
(aren't all docker images local? what am I getting in a remote image?)
... to the (hopefully) more clear:
The idea is that the #1 "local" run does not go recompile or rebuild anything, so it might be the best option if you have a setup that is working and you simply want to re-run to reproduce a result (or see a new result from a slightly modified ngen realization, etc.) The #2 "remote" option goes to dockerhub and grabs the latest updates -- useful if you are having problems or trying to test out recently released functionality.
(Note -- changed "NextGen Model" to just "NextGen" to reflect the standard language.)