Skip to content

Commit

Permalink
add spring boot starter of xinference
Browse files Browse the repository at this point in the history
  • Loading branch information
lixw committed Dec 30, 2024
1 parent ea3ce23 commit 8e8a942
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ public XinferenceContainer(DockerImageName image) {
});
}
this.withExposedPorts(EXPOSED_PORT);
this.withEnv(Map.of("XINFERENCE_MODEL_SRC", "modelscope"));
// https://github.com/xorbitsai/inference/issues/2573
this.withCommand("bash", "-c", "xinference-local -H 0.0.0.0");
this.waitingFor(Wait.forListeningPort().withStartupTimeout(Duration.ofMinutes(10)));
Expand Down

0 comments on commit 8e8a942

Please sign in to comment.