Skip to content

Commit a0906f3

Browse files
authored
Add kagglehub optional signing features (#1473)
ditto title
1 parent 738fade commit a0906f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ENV PATH="~/.local/bin:${PATH}"
2929
RUN uv pip uninstall --system google-cloud-bigquery-storage
3030

3131
# b/394382016: sigstore (dependency of kagglehub) requires a prerelease packages, installing separate.
32-
RUN uv pip install --system --force-reinstall --prerelease=allow kagglehub[pandas-datasets,hf-datasets]>=0.3.7
32+
RUN uv pip install --system --force-reinstall --prerelease=allow kagglehub[pandas-datasets,hf-datasets,signing]>=0.3.9
3333

3434
# uv cannot install this in requirements.txt without --no-build-isolation
3535
# to avoid affecting the larger build, we'll post-install it.

0 commit comments

Comments
 (0)