This is the source code of the JupyterLab Dakota Service developed at Sandia National Laboratories (US). The Dakota project delivers both state-of-the-art research and robust, usable software for optimization and UQ. Broadly, the Dakota software's advanced parametric analyses enable design exploration, model calibration, risk analysis, and quantification of margins and uncertainty with computational models. See the project website for more information. Please visit Citing Dakota if you use this service in your research.
Building the docker image:
make build
Test the built image locally:
make run-local
Note that the validation
directory will be mounted inside the service.
Raising the version can be achieved via one for three methods. The major
,minor
or patch
can be bumped, for example:
make version-patch
If you already have a local copy of o2S2PARC running and wish to push data to the local registry:
make publish-local