Remove unnecessary submodule commands.

Jenkins is starting from a repository with submodules as is.
This commit is contained in:
Greg Steuck 2016-10-31 09:25:12 -07:00
parent 579bec26f0
commit 4cf372995e
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ RUN \
libgmp-dev \
libcurl3-dev \
stack && \
git submodule init && git submodule update && \
# Installs protoc and the libraries.
( cd third_party/tensorflow && \
tensorflow/tools/ci_build/builds/configured CPU && \