Skip to content

Comments

Add support for docker models#69

Merged
alexheifetz merged 1 commit intomainfrom
docker-models
Sep 17, 2025
Merged

Add support for docker models#69
alexheifetz merged 1 commit intomainfrom
docker-models

Conversation

@alexheifetz
Copy link
Contributor

This pull request adds a new Maven profile to both the Java and Kotlin example projects, enabling support for Docker-based models when a specific environment variable is set. This makes it easier to conditionally include Docker model dependencies during builds.

Dependency management improvements:

  • Added a docker-models Maven profile to examples-java/pom.xml that activates when the DOCKER_MODELS_AVAILABLE environment variable is set, including the embabel-agent-starter-dockermodels dependency.
  • Added a similar docker-models Maven profile to examples-kotlin/pom.xml with the same activation condition and dependency.

@alexheifetz alexheifetz merged commit 5574679 into main Sep 17, 2025
2 checks passed
@alexheifetz alexheifetz deleted the docker-models branch September 17, 2025 05:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant