We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/CrayLabs/SmartSim/blob/develop/smartsim/_core/_cli/build.py reaches out to the internet for many tasks. Some of these can be avoided with the --config-dir argument to smart build but not all.
--config-dir
smart build
Users on air-gapped systems
Have build.py check the config json for the Redis, pip, etc. source.
build.py
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
https://github.com/CrayLabs/SmartSim/blob/develop/smartsim/_core/_cli/build.py reaches out to the internet for many tasks. Some of these can be avoided with the
--config-dir
argument tosmart build
but not all.Justification
Users on air-gapped systems
Implementation Strategy
Have
build.py
check the config json for the Redis, pip, etc. source.The text was updated successfully, but these errors were encountered: