Forgotten to checkout submodules.

This commit is contained in:
Greg Steuck 2016-10-28 15:07:15 -07:00
parent 081902db3e
commit 9e219120d4
1 changed files with 2 additions and 0 deletions

View File

@ -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 && \