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 35d790a commit 3d0cd04Copy full SHA for 3d0cd04
CodeGen/tests/test_compose_on_gaudi.sh
@@ -45,7 +45,7 @@ function build_docker_images() {
45
git checkout ${VLLM_VER} &> /dev/null && cd ../
46
47
echo "Build all the images with --no-cache, check docker_image_build.log for details..."
48
- service_list="codegen codegen-gradio-ui llm-textgen vllm dataprep retriever"
+ service_list="codegen codegen-gradio-ui llm-textgen vllm-gaudi dataprep retriever"
49
docker compose -f build.yaml build ${service_list} --no-cache > ${LOG_PATH}/docker_image_build.log
50
51
docker images && sleep 1s
@@ -251,7 +251,7 @@ function main() {
251
sleep 5s
252
done
253
254
- echo y | docker system prune
+ # echo y | docker system prune
255
}
256
257
main
0 commit comments