This pull request introduces several changes to enhance the configurability and functionality of the container build and run scripts, as well as updates to the documentation. The key changes include adding new command-line options for specifying model, SoM origin, and accessibility backend, and updating the build process to optionally include the base image.
Enhancements to Scripts:
Build Script Enhancements:
Added a new option --build-base-image to control whether the base image should be built. (scripts/build-container-image.sh)
Run Script Enhancements:
Added new options --model, --som-origin, and --a11y-backend to specify additional parameters for running the container. (scripts/run-local.sh, scripts/run.sh)
Entry Script Enhancements:
Updated the entry script to accept and handle the new options for model, SoM origin, and accessibility backend. (src/win-arena-container/entry.sh)
Documentation Updates:
README Updates:
Corrected and clarified the possible values and recommended complementary values for som_origin and a11y_backend parameters. (README.md)
This pull request introduces several changes to enhance the configurability and functionality of the container build and run scripts, as well as updates to the documentation. The key changes include adding new command-line options for specifying model, SoM origin, and accessibility backend, and updating the build process to optionally include the base image.
Enhancements to Scripts:
Build Script Enhancements:
--build-base-image
to control whether the base image should be built. (scripts/build-container-image.sh
)Run Script Enhancements:
--model
,--som-origin
, and--a11y-backend
to specify additional parameters for running the container. (scripts/run-local.sh
,scripts/run.sh
)Entry Script Enhancements:
src/win-arena-container/entry.sh
)Documentation Updates:
som_origin
anda11y_backend
parameters. (README.md
)