Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
wrap codes in markdown codeblock
  • Loading branch information
Atlas7 committed Oct 16, 2017
commit 6eab3c41e2a00d7128d5c25c1fe43a31ee6c8ea8
3 changes: 2 additions & 1 deletion demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,11 @@
"\n",
"Now we can clone Tensorflow serving into our dependency-ready container\n",
"\n",
"```\n",
"git clone --recursive https://github.com/tensorflow/serving\n",
"cd serving/tensorflow\n",
"./configure\n",
"\n",
"```\n",
"\n",
"Now we need to build it using Google's Bazel build tool from inside our container. Bazel manages third party dependencies at code level, downloading and building them, as long as they are also built with Bazel. \n",
"\n",
Expand Down