From 7563b26ca9c0d1cbb09bbf3838a79e84c2c0cbc6 Mon Sep 17 00:00:00 2001 From: Wang Jian <61138589+hzjane@users.noreply.github.com> Date: Thu, 14 Sep 2023 14:05:15 +0800 Subject: [PATCH] Occlum fastchat build Use nocache and update order (#8972) --- .github/workflows/manually_build.yml | 4 ++-- .github/workflows/manually_build_for_testing.yml | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/manually_build.yml b/.github/workflows/manually_build.yml index 66b46a5f..1e70c0a1 100644 --- a/.github/workflows/manually_build.yml +++ b/.github/workflows/manually_build.yml @@ -11,10 +11,10 @@ on: options: - all - bigdl-ppml-gramine-base - - bigdl-ppml-trusted-deep-learning-gramine-base - - bigdl-ppml-trusted-deep-learning-gramine-ref - bigdl-ppml-trusted-bigdl-llm-gramine-base - bigdl-ppml-trusted-bigdl-llm-gramine-ref + - bigdl-ppml-trusted-deep-learning-gramine-base + - bigdl-ppml-trusted-deep-learning-gramine-ref - bigdl-ppml-trusted-dl-serving-gramine-base - bigdl-ppml-trusted-dl-serving-gramine-ref - bigdl-ppml-trusted-big-data-ml-python-gramine diff --git a/.github/workflows/manually_build_for_testing.yml b/.github/workflows/manually_build_for_testing.yml index cca6d0d1..c64f8201 100644 --- a/.github/workflows/manually_build_for_testing.yml +++ b/.github/workflows/manually_build_for_testing.yml @@ -24,10 +24,10 @@ on: - bigdl-ppml-trusted-big-data-ml-python-gramine - bigdl-ppml-trusted-big-data-ml-python-gramine-noattest - bigdl-ppml-trusted-big-data-ml-python-graphene + - bigdl-ppml-trusted-llm-fastchat-occlum - bigdl-ppml-trusted-big-data-ml-scala-occlum - bigdl-ppml-trusted-big-data-ml-scala-occlum-production - bigdl-ppml-trusted-big-data-ml-scala-occlum-production-customer - - bigdl-ppml-trusted-llm-fastchat-occlum - bigdl-ppml-trusted-realtime-ml-scala-graphene - bigdl-ppml-trusted-realtime-ml-scala-occlum - bigdl-ppml-trusted-bigdl-llm-tdx @@ -542,6 +542,7 @@ jobs: export image=intelanalytics/bigdl-ppml-trusted-llm-fastchat-occlum pwd docker build \ + --no-cache=true \ --build-arg http_proxy=${HTTP_PROXY} \ --build-arg https_proxy=${HTTPS_PROXY} \ --build-arg HTTP_PROXY_HOST=${HTTP_PROXY_HOST_2} \