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
docker command for virtual box windows
docker command for the virtual box in the windows 
there are some changes in the virtual box command so it will help to user on windows to command the docker correctly
  • Loading branch information
AmitNaikRepository authored Dec 9, 2019
commit 3ad4cab2afb03b70f994a57f7adebdacab43bcc3
2 changes: 2 additions & 0 deletions demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@
"```\n",
"docker build --pull -t $USER/tensorflow-serving-devel -f tensorflow_serving/tools/docker/Dockerfile.devel .\n",
"```\n",
"for who use virtual box in windows please use this command.\n",
"docker build --pull -t user/tensorflow-serving-devel -f tensorflow_serving/tools/docker/Dockerfile.devel .\n",
"\n",
"\n",
"Now let's run the container locally. Once it's running it will let us work in a terminal inside of it. \n",
Expand Down