Skip to content

Commit

Permalink
chore: add image field to define image name when building
Browse files Browse the repository at this point in the history
Signed-off-by: lstocchi <[email protected]>
  • Loading branch information
lstocchi committed Mar 13, 2024
1 parent 463c271 commit 01ad133
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/llamacpp-server
- name: streamlit-chat-app
contextdir: .
containerfile: builds/Containerfile
arch:
- arm64
- amd64
ports:
- 8501
- 8501
image: quay.io/redhat-et/streamlit-chat-app
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/llamacpp-server
- name: codegen-app
contextdir: .
containerfile: builds/Containerfile
Expand All @@ -23,3 +24,4 @@ application:
- amd64
ports:
- 8501
image: quay.io/redhat-et/codegen-app
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/llamacpp-server
- name: chromadb-server
contextdir: builds/chromadb
containerfile: Containerfile
Expand All @@ -24,11 +25,13 @@ application:
- amd64
ports:
- 8000
image: quay.io/redhat-et/chromadb-server
- name: rag-inference-app
contextdir: .
containerfile: builds/Containerfile
arch:
- arm64
- amd64
ports:
- 8501
- 8501
image: quay.io/redhat-et/rag-inference-app
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/llamacpp-server
- name: streamlit-summary-app
contextdir: .
containerfile: builds/Containerfile
arch:
- arm64
- amd64
ports:
- 8501
- 8501
image: quay.io/redhat-et/streamlit-summary-app

0 comments on commit 01ad133

Please sign in to comment.