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 208884e commit 34d073aCopy full SHA for 34d073a
Dockerfile.tmpl
@@ -33,7 +33,7 @@ ENV PATH="~/.local/bin:${PATH}"
33
RUN uv pip uninstall --system google-cloud-bigquery-storage
34
35
# b/394382016: sigstore (dependency of kagglehub) requires a prerelease packages, installing separate.
36
-# 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
37
RUN uv pip install --system --force-reinstall --prerelease=allow kagglehub[pandas-datasets,hf-datasets,signing]>=0.3.12 \
38
google-cloud-automl==1.0.1
39
0 commit comments