Skip to content

Commit

Permalink
Updated the docker image tags to public registry (NVIDIA-AI-Blueprints#4
Browse files Browse the repository at this point in the history
)
  • Loading branch information
sarath-nalluri authored Dec 12, 2024
1 parent f13772c commit 63ed3fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions deploy/compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
# =======================
agent-chain-server:
container_name: agent-chain-server
image: nvcr.io/nvidia/blueprints/aiva-customer-service-agent:1.1.0
image: nvcr.io/nvidia/blueprint/aiva-customer-service-agent:1.1.0
build:
# Set context to repo's root directory
context: ../../
Expand Down Expand Up @@ -69,7 +69,7 @@ services:
build:
context: ../../
dockerfile: ./src/api_gateway/Dockerfile
image: nvcr.io/nvidia/blueprints/aiva-customer-service-api-gateway:1.1.0
image: nvcr.io/nvidia/blueprint/aiva-customer-service-api-gateway:1.1.0
command: --port 9000 --host 0.0.0.0 --workers 1
ports:
- "9000:9000"
Expand All @@ -82,7 +82,7 @@ services:
- agent-chain-server

agent-frontend:
image: nvcr.io/nvidia/blueprints/aiva-customer-service-ui:1.1.0
image: nvcr.io/nvidia/blueprint/aiva-customer-service-ui:1.1.0
container_name: agent-frontend
environment:
- INFERENCE_ORIGIN=http://api-gateway-server:9000
Expand All @@ -97,7 +97,7 @@ services:
# =======================
analytics-server:
container_name: analytics-server
image: nvcr.io/nvidia/blueprints/aiva-customer-service-analytics:1.1.0
image: nvcr.io/nvidia/blueprint/aiva-customer-service-analytics:1.1.0
build:
# Set context to repo's root directory
context: ../../
Expand Down Expand Up @@ -139,7 +139,7 @@ services:
# Fetch relevant document from vectorstore
unstructured-retriever:
container_name: unstructured-retriever
image: nvcr.io/nvidia/blueprints/aiva-customer-service-unstructured-retriever:1.1.0
image: nvcr.io/nvidia/blueprint/aiva-customer-service-unstructured-retriever:1.1.0
build:
# Set context to repo's root directory
context: ../../
Expand Down Expand Up @@ -198,7 +198,7 @@ services:
# Fetch user information form database
structured-retriever:
container_name: structured-retriever
image: nvcr.io/nvidia/blueprints/aiva-customer-service-structured-retriever:1.1.0
image: nvcr.io/nvidia/blueprint/aiva-customer-service-structured-retriever:1.1.0
build:
context: ../../
dockerfile: src/retrievers/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion src/ingest_service/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
ingest-client:
container_name: ingest-client
image: nvcr.io/nvidia/blueprints/aiva-customer-service-ingest-client:1.1.0
image: nvcr.io/nvidia/blueprint/aiva-customer-service-ingest-client:1.1.0
build:
context: ../../
dockerfile: ./src/ingest_service/Dockerfile
Expand Down

0 comments on commit 63ed3fe

Please sign in to comment.