We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dae04e commit 131b5a1Copy full SHA for 131b5a1
1 file changed
Dockerfile.tmpl
@@ -31,7 +31,7 @@ RUN uv pip install --system -r /requirements.txt
31
RUN uv pip uninstall --system google-cloud-bigquery-storage
32
33
# b/394382016: sigstore (dependency of kagglehub) requires a prerelease packages, installing separate.
34
-# google-cloud-automl 2.0.0 introduced incompatible API changes, need to pin to 1.0.1
+# b/408284143: google-cloud-automl 2.0.0 introduced incompatible API changes, need to pin to 1.0.1
35
RUN uv pip install --system --force-reinstall --prerelease=allow kagglehub[pandas-datasets,hf-datasets,signing]>=0.3.12 \
36
google-cloud-automl==1.0.1
37
0 commit comments