fix tensorflow benchmarks dockerfile (#71)

needs to be added to kubeflow org
This commit is contained in:
Rong Ou 2019-01-08 11:13:54 -08:00 committed by GitHub
parent e76ea86267
commit 80c541bb80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
FROM uber/horovod:0.13.11-tf1.10.0-torch0.4.0-py2.7
FROM uber/horovod:0.15.2-tf1.12.0-torch1.0.0-py2.7
RUN mkdir /tensorflow
WORKDIR "/tensorflow"
RUN git clone https://github.com/tensorflow/benchmarks
RUN git clone -b cnn_tf_v1.12_compatible https://github.com/tensorflow/benchmarks
WORKDIR "/tensorflow/benchmarks"
CMD mpirun \