From 972151baa14e601f0e624c3574f0a8ef7f736199 Mon Sep 17 00:00:00 2001 From: Victor Chang Date: Fri, 25 Oct 2024 09:24:27 -0700 Subject: [PATCH] Remove unneeded parameter Signed-off-by: Victor Chang --- .../h264/h264_endoscopy_tool_tracking_distributed/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/h264/h264_endoscopy_tool_tracking_distributed/README.md b/applications/h264/h264_endoscopy_tool_tracking_distributed/README.md index 01c641d5..9ec6a1a9 100644 --- a/applications/h264/h264_endoscopy_tool_tracking_distributed/README.md +++ b/applications/h264/h264_endoscopy_tool_tracking_distributed/README.md @@ -35,7 +35,7 @@ The data is automatically downloaded when building the application. # Start the application with the visualization fragment ./dev_container build_and_run h264_endoscopy_tool_tracking_distributed --docker_file applications/h264/Dockerfile --language cpp --run_args "--worker --fragments viz --address :10000 --worker-address :10003" ``` ---base_img gitlab-master.nvidia.com:5005/holoscan/holoscan-sdk/dev-x86_64:main + ### Python ```bash