Skip to content

Commit

Permalink
temporary fix of Horovod docker image (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
rongou authored Jan 9, 2019
1 parent 80c541b commit d8283d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/tensorflow-benchmarks/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
FROM uber/horovod:0.15.2-tf1.12.0-torch1.0.0-py2.7

# Temporary fix until Horovod pushes out a new release.
# See https://github.com/uber/horovod/pull/700
RUN sed -i '/^NCCL_SOCKET_IFNAME.*/d' /etc/nccl.conf

RUN mkdir /tensorflow
WORKDIR "/tensorflow"
RUN git clone -b cnn_tf_v1.12_compatible https://github.com/tensorflow/benchmarks
Expand Down

0 comments on commit d8283d5

Please sign in to comment.