We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db717c3 commit 8cb1685Copy full SHA for 8cb1685
ArbPostHearingAssistant/tests/test_compose_tgi_on_xeon.sh
@@ -37,7 +37,7 @@ function build_docker_images() {
37
popd && sleep 1s
38
39
echo "Build all the images with --no-cache, check docker_image_build.log for details..."
40
- service_list="arbPostHearingAssistant arbPostHearingAssistant-gradio-ui llm-arbPostHearingAssistant"
+ service_list="arb-post-hearing-assistant arb-post-hearing-assistant-gradio-ui llm-arb-post-hearing-assistant"
41
docker compose -f build.yaml build ${service_list} --no-cache > ${LOG_PATH}/docker_image_build.log
42
43
docker images && sleep 1s
0 commit comments