Skip to content

Commit f897864

Browse files
authored
Install specific version of boto3, because 1.26.103 is broken (#1237)
http://b/276344496
1 parent aecfe94 commit f897864

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile.tmpl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ ADD clean-layer.sh /tmp/clean-layer.sh
5555
ADD patches/nbconvert-extensions.tpl /opt/kaggle/nbconvert-extensions.tpl
5656
ADD patches/template_conf.json /opt/kaggle/conf.json
5757

58+
# b/276344496: Install specific version of boto3, because 1.26.103 is broken.
59+
RUN pip install boto3==1.26.100 && \
60+
/tmp/clean-layer.sh
61+
5862
{{ if eq .Accelerator "gpu" }}
5963
# b/200968891 Keeps horovod once torch is upgraded.
6064
RUN pip uninstall -y horovod && \

0 commit comments

Comments
 (0)