From 9e219120d4b6536556e73110e4526f28fc7c0747 Mon Sep 17 00:00:00 2001 From: Greg Steuck Date: Fri, 28 Oct 2016 15:07:15 -0700 Subject: [PATCH] Forgotten to checkout submodules. --- ci_build/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci_build/Dockerfile b/ci_build/Dockerfile index 5201db9..6fbe4cf 100644 --- a/ci_build/Dockerfile +++ b/ci_build/Dockerfile @@ -23,6 +23,8 @@ ADD . /tfhs WORKDIR /tfhs +RUN git submodule init && git submodule update + # Installs protoc and the libraries. RUN \ cd third_party/tensorflow && \