Skip to content

Commit 131b5a1

Browse files
committed
update comments
1 parent 6dae04e commit 131b5a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN uv pip install --system -r /requirements.txt
3131
RUN uv pip uninstall --system google-cloud-bigquery-storage
3232

3333
# 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
34+
# b/408284143: google-cloud-automl 2.0.0 introduced incompatible API changes, need to pin to 1.0.1
3535
RUN uv pip install --system --force-reinstall --prerelease=allow kagglehub[pandas-datasets,hf-datasets,signing]>=0.3.12 \
3636
google-cloud-automl==1.0.1
3737

0 commit comments

Comments
 (0)