From 53b195ca4428ac9f911beb8df447caa905b2cf37 Mon Sep 17 00:00:00 2001 From: Prathamesh Bang Date: Fri, 11 Aug 2023 16:53:52 +0000 Subject: [PATCH] fix merge issues --- Dockerfile.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.tmpl b/Dockerfile.tmpl index c4739f40..0af5548d 100644 --- a/Dockerfile.tmpl +++ b/Dockerfile.tmpl @@ -74,7 +74,7 @@ RUN pip uninstall -y horovod && \ RUN curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add - RUN curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key --keyring /usr/share/keyrings/cloud.google.gpg add - -# 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, # as described by Lionel Chan at http://stackoverflow.com/a/37426929/5881346 RUN sed -i "s/httpredir.debian.org/debian.uchicago.edu/" /etc/apt/sources.list && \ apt-get update && \