We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f296000 commit 55bbbb3Copy full SHA for 55bbbb3
settings.gradle.kts
@@ -296,6 +296,12 @@ include(":sdks:python:container:distroless:py310")
296
include(":sdks:python:container:distroless:py311")
297
include(":sdks:python:container:distroless:py312")
298
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")
305
include(":sdks:python:expansion-service-container")
306
include(":sdks:python:test-suites:dataflow")
307
include(":sdks:python:test-suites:dataflow:py39")
0 commit comments