Serving: Installation of bazel takes lots of time..How to avoid it when creating new container in TF serving

Created on 9 Feb 2018  路  2Comments  路  Source: tensorflow/serving

I have already one container in my docker and now I want to add new container in it.
Is it not possible to add container without installing bazel each time I create new container.
Since I had already installed bazel while creating the previous container, Is it not possible to use it.
The installation of bazel really take more than 2 hours, so is there any solution to avoid it?
I a talking about this command line :
"bazel build -c opt tensorflow_serving/..."

builinstall

Most helpful comment

@lilao I can provide dokerfiles for tensorflow/tensorflow serving with precompiled binaries on top of Alpine Linux. Is it worth another pull request?

All 2 comments

@lilao I can provide dokerfiles for tensorflow/tensorflow serving with precompiled binaries on top of Alpine Linux. Is it worth another pull request?

We now have development docker images you can pull without having to build everything at Docker Hub. Pulling the latest-devel version should work for you.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

waichee picture waichee  路  4Comments

dylanrandle picture dylanrandle  路  3Comments

TonyChouZJU picture TonyChouZJU  路  4Comments

jluite picture jluite  路  4Comments

akkiagrawal94 picture akkiagrawal94  路  3Comments