Skip to content

Commit

Permalink
Update build docs for --image,gpu-base (triton-inference-server#4209)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hemant Jain authored Apr 12, 2022
1 parent 2a94cfa commit f7f3262
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,11 @@ To include the TensorFlow2 backend in your CPU-only build, you must
provide this additional flag to build.py:
`--extra-backend-cmake-arg=tensorflow2:TRITON_TENSORFLOW_INSTALL_EXTRA_DEPS=ON`.

When building without GPU support, you must use the `--image=gpu-base,nvcr.io/nvidia/tritonserver:<xx.yy>-py3-min`
flag. This is needed since the CPU-only builds of the TensorFlow and
PyTorch backends require some CUDA stubs and runtime dependencies that are
not present in the CPU-only base container.

### <a name="ubuntu-without-docker"></a>Building without Docker

To build Triton without using Docker you must install the build
Expand Down

0 comments on commit f7f3262

Please sign in to comment.