Skip to content

Commit 8927655

Browse files
committed
updated build script location
1 parent 16add5c commit 8927655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/customization_guide/inference_protocols.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ JavaCPP-presets. You can do this using the following steps:
479479
For C-API Wrapper Java bindings, you need to install some build specific dependencies like cmake. You can either do this with:
480480
```bash
481481
$ git clone https://github.com/triton-inference-server/developer_tools.git
482-
$ bash -x ../install_test_dependencies_and_build.sh
482+
$ bash -x developer_tools/server/install_dependencies_and_build.sh
483483
```
484484
Please refer to [server installation script](https://github.com/triton-inference-server/client/blob/main/src/java-api-bindings/scripts/install_dependencies_and_build.sh) for dependencies you need to install and modifications you need to make for your container.
485485
After installing dependencies, you can build the tritonserver project on javacpp-presets:

0 commit comments

Comments
 (0)