Skip to content
Philip Maechling edited this page Jul 26, 2021 · 5 revisions

Documenting the Build process for bbp docker: (1) clone the bbp_docker (2) clone the bbp python3 (3) edit the irikura format.h files (4) edit the easy_install.sh to use local files and not re-download

Background

This docker version of BBP will use the python3 version of the bbp:

Development on Mac

On the host computer Mac, create and move to a working directory: /Users/maechlin/bbpdocker

Retrieve the bbp distribution to install: % git clone -b 19.8.0-python --single-branch https://github.com/SCECcode/bbp.git

Install Questions List

 Please select what velocity models (regions) you would like to install,
 using '1' for Yes, or '2' for No:
==> Would you like to install the Northern California region (27GB)?
==> Would you like to install the LA Basin region (25GB) needed for unit and acceptance tests to run?
==> Would you like to install the Central California region (14GB)?
==> Would you like to install the Mojave region (27GB)?
==> Would you like to install the Central Japan region (28GB)?
==> Would you like to install the Western Japan region (28GB)?

Docker instructions

https://github.com/SCECcode/ucvm_docker/wiki

Clone this wiki locally