We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e24a9c commit 86ca83eCopy full SHA for 86ca83e
sdks/python/container/build.gradle
@@ -57,7 +57,8 @@ for(int i=min_python_version; i<=max_python_version; ++i) {
57
}
58
59
dependsOn ':sdks:python:container:py' + cur + ':docker'
60
- if (project.hasProperty("include-ml")) {
+ // 3.14 does not have dependencies for ML yet.
61
+ if (project.hasProperty("include-ml") && i < 14) {
62
dependsOn ':sdks:python:container:ml:push' + cur
63
64
if (project.hasProperty("include-distroless")) {
0 commit comments