Skip to content

Commit 478fa7b

Browse files
committed
aaaa
1 parent 11e1fcb commit 478fa7b

File tree

7 files changed

+30580
-0
lines changed

7 files changed

+30580
-0
lines changed

Dockerfile.tmpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ RUN uv pip install --system "tbb>=2022" "libpysal==4.9.2"
5454
# b/315753846: Unpin translate package, currently conflicts with adk 1.17.0
5555
RUN uv pip install --system --force-reinstall --no-deps torchtune gensim "scipy<=1.15.3" "huggingface-hub==0.36.0" "google-cloud-translate==3.12.1"
5656

57+
58+
RUN uv pip install --system --force-reinstall "protobuf==5.29.5"
59+
5760
# Adding non-package dependencies:
5861
ADD clean-layer.sh /tmp/clean-layer.sh
5962
ADD patches/nbconvert-extensions.tpl /opt/kaggle/nbconvert-extensions.tpl

kaggle_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,4 @@ xgboost==2.0.3
144144
xvfbwrapper
145145
ydata-profiling
146146
ydf
147+
protobuf==5.29.5

0 commit comments

Comments
 (0)