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 d55f27a commit 53b195cCopy full SHA for 53b195c
Dockerfile.tmpl
@@ -74,7 +74,7 @@ RUN pip uninstall -y horovod && \
74
RUN curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -
75
RUN curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key --keyring /usr/share/keyrings/cloud.google.gpg add -
76
77
-# Use a fixed repo to stop intermittent failures due to flaky httpredir connections,
+# Use a fixed apt-get repo to stop intermittent failures due to flaky httpredir connections,
78
# as described by Lionel Chan at http://stackoverflow.com/a/37426929/5881346
79
RUN sed -i "s/httpredir.debian.org/debian.uchicago.edu/" /etc/apt/sources.list && \
80
apt-get update && \
0 commit comments