Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Jupyter Notebook checkpoints
.ipynb_checkpoints/

# PyCharm IDE
.idea
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