From 4cf372995e103141af42c0e0fc23b6796c461c7c Mon Sep 17 00:00:00 2001 From: Greg Steuck Date: Mon, 31 Oct 2016 09:25:12 -0700 Subject: [PATCH] Remove unnecessary submodule commands. Jenkins is starting from a repository with submodules as is. --- ci_build/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/ci_build/Dockerfile b/ci_build/Dockerfile index bf2f426..b06f9e6 100644 --- a/ci_build/Dockerfile +++ b/ci_build/Dockerfile @@ -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 && \