Skip to content

Commit 53b195c

Browse files
committed
fix merge issues
1 parent d55f27a commit 53b195c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ RUN pip uninstall -y horovod && \
7474
RUN curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -
7575
RUN curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key --keyring /usr/share/keyrings/cloud.google.gpg add -
7676

77-
# Use a fixed repo to stop intermittent failures due to flaky httpredir connections,
77+
# Use a fixed apt-get repo to stop intermittent failures due to flaky httpredir connections,
7878
# as described by Lionel Chan at http://stackoverflow.com/a/37426929/5881346
7979
RUN sed -i "s/httpredir.debian.org/debian.uchicago.edu/" /etc/apt/sources.list && \
8080
apt-get update && \

0 commit comments

Comments
 (0)