Skip to content

Commit

Permalink
Merge pull request containers#81 from lstocchi/addImageField
Browse files Browse the repository at this point in the history
chore: add image field to define image name when building
  • Loading branch information
sallyom authored Mar 15, 2024
2 parents 13f1814 + f6b2af0 commit 8e1b017
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
4 changes: 3 additions & 1 deletion chatbot-langchain/ai-studio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ application:
- amd64
ports:
- 8001
image: quay.io/redhat-et/locallm-model-service:latest
- name: streamlit-chat-app
contextdir: .
containerfile: builds/Containerfile
arch:
- arm64
- amd64
ports:
- 8501
- 8501
image: quay.io/redhat-et/locallm-chatbot:latest
2 changes: 2 additions & 0 deletions code-generation/ai-studio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ application:
- amd64
ports:
- 8001
image: quay.io/redhat-et/locallm-model-service:latest
- name: codegen-app
contextdir: .
containerfile: builds/Containerfile
Expand All @@ -23,3 +24,4 @@ application:
- amd64
ports:
- 8501
image: quay.io/redhat-et/locallm-codegen:latest
4 changes: 3 additions & 1 deletion object_detection/ai-studio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ application:
- amd64
ports:
- 8000
image: quay.io/redhat-et/object-detection-server
- name: object-detection-client
contextdir: ./client
containerfile: Containerfile
arch:
- arm64
- amd64
ports:
- 8501
- 8501
image: quay.io/redhat-et/object-detection-client
5 changes: 4 additions & 1 deletion rag-langchain/ai-studio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ application:
- amd64
ports:
- 8001
image: quay.io/redhat-et/locallm-model-service:latest
- name: chromadb-server
contextdir: builds/chromadb
containerfile: Containerfile
Expand All @@ -24,11 +25,13 @@ application:
- amd64
ports:
- 8000
image: quay.io/redhat-et/locallm-chromadb:latest
- name: rag-inference-app
contextdir: .
containerfile: builds/Containerfile
arch:
- arm64
- amd64
ports:
- 8501
- 8501
image: quay.io/redhat-et/locallm-rag:latest
4 changes: 3 additions & 1 deletion summarizer-langchain/ai-studio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ application:
- amd64
ports:
- 8001
image: quay.io/redhat-et/locallm-model-service:latest
- name: streamlit-summary-app
contextdir: .
containerfile: builds/Containerfile
arch:
- arm64
- amd64
ports:
- 8501
- 8501
image: quay.io/redhat-et/locallm-text-summarizer:latest

0 comments on commit 8e1b017

Please sign in to comment.