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
We don't need a full fledged conda environment by the time we are in a deployed application, unlike in moose-dev.
Pack the python environment and remove conda within app.def.
app.def
Should not result in environment changes, will decrease the size of the application containers.
The text was updated successfully, but these errors were encountered:
Pack python environment in app containers
f64d13c
refs idaholab#30374
loganharbour
Successfully merging a pull request may close this issue.
Motivation
We don't need a full fledged conda environment by the time we are in a deployed application, unlike in moose-dev.
Design
Pack the python environment and remove conda within
app.def
.Impact
Should not result in environment changes, will decrease the size of the application containers.
The text was updated successfully, but these errors were encountered: