Skip to content

Commit

Permalink
Update install documentations in light of new change to use TF as a b…
Browse files Browse the repository at this point in the history
…azel rule.

PiperOrigin-RevId: 184730821
  • Loading branch information
kirilg authored and Christopher Olston committed Feb 7, 2018
1 parent 63595f8 commit c8cc43b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
11 changes: 1 addition & 10 deletions tensorflow_serving/g3doc/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,16 +144,7 @@ to the `git clone` command.

### Install prerequisites

Follow the Prerequisites section above to install all dependencies.
To configure TensorFlow, run

```shell
cd tensorflow
./configure
cd ..
```

Consult the
Follow the Prerequisites section above to install all dependencies. Consult the
[TensorFlow install instructions](https://www.tensorflow.org/install/)
if you encounter any issues with setting up TensorFlow or its dependencies.

Expand Down
5 changes: 0 additions & 5 deletions tensorflow_serving/tools/docker/Dockerfile.devel-gpu
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,6 @@ RUN mkdir /usr/lib/x86_64-linux-gnu/include/ && \
ln -s /usr/lib/x86_64-linux-gnu/libcudnn.so /usr/local/cuda/lib64/libcudnn.so && \
ln -s /usr/lib/x86_64-linux-gnu/libcudnn.so.6 /usr/local/cuda/lib64/libcudnn.so.6


# Configure Tensorflow to use the GPU
WORKDIR /serving/tensorflow
RUN tensorflow/tools/ci_build/builds/configured GPU

# Build TensorFlow Serving and Install it in /usr/local/bin
WORKDIR /serving
RUN bazel build -c opt --config=cuda \
Expand Down

0 comments on commit c8cc43b

Please sign in to comment.