diff --git a/ChatQnA/docker/xeon/compose.yaml b/ChatQnA/docker/xeon/compose.yaml index 4697300a7d..ef64a30981 100644 --- a/ChatQnA/docker/xeon/compose.yaml +++ b/ChatQnA/docker/xeon/compose.yaml @@ -67,6 +67,7 @@ services: REDIS_URL: ${REDIS_URL} INDEX_NAME: ${INDEX_NAME} TEI_EMBEDDING_ENDPOINT: ${TEI_EMBEDDING_ENDPOINT} + HUGGINGFACEHUB_API_TOKEN: ${HUGGINGFACEHUB_API_TOKEN} restart: unless-stopped tei-reranking-service: image: ghcr.io/huggingface/text-embeddings-inference:cpu-1.5 diff --git a/CodeGen/docker/docker_build_compose.yaml b/CodeGen/docker/docker_build_compose.yaml index f68dfa8a53..7a7065fddc 100644 --- a/CodeGen/docker/docker_build_compose.yaml +++ b/CodeGen/docker/docker_build_compose.yaml @@ -21,7 +21,7 @@ services: context: ui dockerfile: ./docker/Dockerfile.react extends: codegen - image: ${REGISTRY:-opea}/codegen-conversation-ui:${TAG:-latest} + image: ${REGISTRY:-opea}/codegen-react-ui:${TAG:-latest} llm-tgi: build: context: GenAIComps