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 dd3762e commit cef92beCopy full SHA for cef92be
Dockerfile.tmpl
@@ -53,6 +53,10 @@ RUN pip uninstall -y horovod && \
53
/tmp/clean-layer.sh
54
{{ end }}
55
56
+# Update GPG key per documentation at https://cloud.google.com/compute/docs/troubleshooting/known-issues
57
+RUN curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -
58
+RUN curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key --keyring /usr/share/keyrings/cloud.google.gpg add -
59
+
60
# Use a fixed apt-get repo to stop intermittent failures due to flaky httpredir connections,
61
# as described by Lionel Chan at http://stackoverflow.com/a/37426929/5881346
62
RUN sed -i "s/httpredir.debian.org/debian.uchicago.edu/" /etc/apt/sources.list && \
0 commit comments