From 694823abfd9c1487c5ac21c4df52a656064d6b23 Mon Sep 17 00:00:00 2001 From: Chun Tao Date: Mon, 7 Oct 2024 00:45:48 +0000 Subject: [PATCH] updates needed for demo Signed-off-by: Chun Tao --- AudioQnA/Dockerfile | 2 +- AudioQnA/docker_compose/intel/hpu/gaudi/compose.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/AudioQnA/Dockerfile b/AudioQnA/Dockerfile index e2273d381..d582e14f7 100644 --- a/AudioQnA/Dockerfile +++ b/AudioQnA/Dockerfile @@ -15,7 +15,7 @@ RUN useradd -m -s /bin/bash user && \ chown -R user /home/user/ WORKDIR /home/user/ -RUN git clone https://github.com/opea-project/GenAIComps.git +RUN git clone https://github.com/ctao456/GenAIComps.git WORKDIR /home/user/GenAIComps RUN pip install --no-cache-dir --upgrade pip && \ diff --git a/AudioQnA/docker_compose/intel/hpu/gaudi/compose.yaml b/AudioQnA/docker_compose/intel/hpu/gaudi/compose.yaml index c3f885fce..8c6dd551e 100644 --- a/AudioQnA/docker_compose/intel/hpu/gaudi/compose.yaml +++ b/AudioQnA/docker_compose/intel/hpu/gaudi/compose.yaml @@ -27,7 +27,7 @@ services: environment: ASR_ENDPOINT: ${ASR_ENDPOINT} speecht5-service: - image: ${REGISTRY:-opea}/speecht5-gaudi:${TAG:-latest} + image: ${REGISTRY:-opea}/speecht5-gaudi:${TAG:-demo} container_name: speecht5-service ports: - "7055:7055" @@ -91,7 +91,7 @@ services: HUGGINGFACEHUB_API_TOKEN: ${HUGGINGFACEHUB_API_TOKEN} restart: unless-stopped audioqna-gaudi-backend-server: - image: ${REGISTRY:-opea}/audioqna:${TAG:-latest} + image: ${REGISTRY:-opea}/audioqna:${TAG:-demo} container_name: audioqna-gaudi-backend-server depends_on: - asr