Skip to content

Commit 34d073a

Browse files
committed
update comments
1 parent 208884e commit 34d073a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ENV PATH="~/.local/bin:${PATH}"
3333
RUN uv pip uninstall --system google-cloud-bigquery-storage
3434

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

0 commit comments

Comments
 (0)