Skip to content

Commit 55bbbb3

Browse files
authored
Fix ml gradle (#36134)
1 parent f296000 commit 55bbbb3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

settings.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,12 @@ include(":sdks:python:container:distroless:py310")
296296
include(":sdks:python:container:distroless:py311")
297297
include(":sdks:python:container:distroless:py312")
298298
include(":sdks:python:container:distroless:py313")
299+
include(":sdks:python:container:ml")
300+
include(":sdks:python:container:ml:py39")
301+
include(":sdks:python:container:ml:py310")
302+
include(":sdks:python:container:ml:py311")
303+
include(":sdks:python:container:ml:py312")
304+
include(":sdks:python:container:ml:py313")
299305
include(":sdks:python:expansion-service-container")
300306
include(":sdks:python:test-suites:dataflow")
301307
include(":sdks:python:test-suites:dataflow:py39")

0 commit comments

Comments
 (0)