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
feat: pass env variables through tesseract run and tesseract serve (#250)
#### Relevant issue or PR
@johnbcoughlin extracted this from #229 . It's needed right away and
requires less discussion, so makes sense to merge separately.
#### Description of changes
We allow passing user-defined env variables to docker (and
docker-compose) on `tesseract run` and `tesseract serve`.
Example:
```
tesseract run --env=MLFLOW_TRACKING_URI="http://localhost:5001" helloworld apply '...'
```
Immediately relevant use case: Connecting tesseracts to user-hosted
MLflow servers.
#### Testing done
Tested manually.
---------
Co-authored-by: Jack Coughlin <jack@johnbcoughlin.com>
Co-authored-by: Alessandro Angioi <alessandro.angioi@simulation.science>
Co-authored-by: Dion Häfner <dion.haefner@simulation.science>
0 commit comments