We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aecfe94 commit f897864Copy full SHA for f897864
Dockerfile.tmpl
@@ -55,6 +55,10 @@ ADD clean-layer.sh /tmp/clean-layer.sh
55
ADD patches/nbconvert-extensions.tpl /opt/kaggle/nbconvert-extensions.tpl
56
ADD patches/template_conf.json /opt/kaggle/conf.json
57
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
+
62
{{ if eq .Accelerator "gpu" }}
63
# b/200968891 Keeps horovod once torch is upgraded.
64
RUN pip uninstall -y horovod && \
0 commit comments