Once configuration is in place (#14) we will be ready to make LaTiS 2 the default backend.
I think running via the executable JAR and specifying a configuration with -Dconfig.file=... will just work.
Something about how we have a source dependency on LaTiS 2 makes creating a working Docker image more tricky. The LaTiS classes aren't available using the current method, so that needs to be investigated.
I propose to have the Docker image set HAPI_CATALOG to /catalog by default and require that people running the image mount something there. Other configuration options are available through environment variables but shouldn't need to be changed.
Once configuration is in place (#14) we will be ready to make LaTiS 2 the default backend.
I think running via the executable JAR and specifying a configuration with
-Dconfig.file=...
will just work.Something about how we have a source dependency on LaTiS 2 makes creating a working Docker image more tricky. The LaTiS classes aren't available using the current method, so that needs to be investigated.
I propose to have the Docker image set
HAPI_CATALOG
to/catalog
by default and require that people running the image mount something there. Other configuration options are available through environment variables but shouldn't need to be changed.