Skip to content

Commit 88786b0

Browse files
authored
Use latest version of topaz when staring the container (#36)
1 parent 5460d1b commit 88786b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/utils/Topaz.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public void stop() throws IOException, InterruptedException {
4242
}
4343

4444
private void start() throws IOException, InterruptedException {
45-
ProcessBuilder pb = new ProcessBuilder("topaz","start", "--container-version", "model-v2.3");
45+
ProcessBuilder pb = new ProcessBuilder("topaz","start");
4646
pb.inheritIO();
4747
Process process = pb.start();
4848
process.waitFor();

0 commit comments

Comments
 (0)