You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR contains the generated changelog for the release v0.9.1.
⚠️ **Merging this PR will immediately trigger a new release**. ⚠️
To specify additional release notes, please edit this comment after the
following line.
---
This release brings several improvements and bug fixes that make it
easier to work with Tesseracts.
The `tesseract` CLI now supports additional configuration:
- Config for the used Docker executables via
`TESSERACT_DOCKER_EXECUTABLE`, `TESSERACT_DOCKER_COMPOSE_EXECUTABLE`,
and `TESSERACT_DOCKER_BUILD_ARGS` environment variables.
- Config for serving Tesseracts without Docker Compose via `tesseract
serve --no-compose`.
- Config for the network interfaces to bind to via `tesseract serve
--host-ip`.
This makes Tesseract more versatile to use, particularly in HPC and
root-less environments.
---------
Co-authored-by: Dion Häfner <dion.haefner@simulation.science>
0 commit comments