Skip to content

Commit

Permalink
updates needed for demo
Browse files Browse the repository at this point in the history
Signed-off-by: Chun Tao <[email protected]>
  • Loading branch information
ctao456 committed Oct 7, 2024
1 parent 99c1093 commit 694823a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AudioQnA/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down
4 changes: 2 additions & 2 deletions AudioQnA/docker_compose/intel/hpu/gaudi/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 694823a

Please sign in to comment.