From 2be948b45565808e8791d1a6faf2c58f38e8158c Mon Sep 17 00:00:00 2001 From: Michael Clifford Date: Thu, 11 Apr 2024 08:12:50 -0400 Subject: [PATCH] fixed containerfile line in ai-lab.yamls Signed-off-by: Michael Clifford --- recipes/audio/audio_to_text/ai-lab.yaml | 2 +- recipes/multimodal/image_understanding/ai-lab.yaml | 2 +- recipes/natural_language_processing/chatbot/ai-lab.yaml | 2 +- recipes/natural_language_processing/codegen/ai-lab.yaml | 2 +- recipes/natural_language_processing/rag/ai-lab.yaml | 2 +- recipes/natural_language_processing/summarizer/ai-lab.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/recipes/audio/audio_to_text/ai-lab.yaml b/recipes/audio/audio_to_text/ai-lab.yaml index cabc85f8..310ea80e 100644 --- a/recipes/audio/audio_to_text/ai-lab.yaml +++ b/recipes/audio/audio_to_text/ai-lab.yaml @@ -18,7 +18,7 @@ application: image: quay.io/redhat-et/locallm-whispercpp-service:latest - name: whispercpp-app contextdir: app - containerfile: app/Containerfile + containerfile: Containerfile arch: - arm64 - amd64 diff --git a/recipes/multimodal/image_understanding/ai-lab.yaml b/recipes/multimodal/image_understanding/ai-lab.yaml index e201f5cd..e016627c 100644 --- a/recipes/multimodal/image_understanding/ai-lab.yaml +++ b/recipes/multimodal/image_understanding/ai-lab.yaml @@ -14,7 +14,7 @@ application: - amd64 - name: image-understanding-inference-app contextdir: app - containerfile: app/Containerfile + containerfile: Containerfile arch: - arm64 - amd64 diff --git a/recipes/natural_language_processing/chatbot/ai-lab.yaml b/recipes/natural_language_processing/chatbot/ai-lab.yaml index 71533213..88499462 100644 --- a/recipes/natural_language_processing/chatbot/ai-lab.yaml +++ b/recipes/natural_language_processing/chatbot/ai-lab.yaml @@ -18,7 +18,7 @@ application: image: quay.io/ai-lab/llamacppp-python:latest - name: streamlit-chat-app contextdir: app - containerfile: app/Containerfile + containerfile: Containerfile arch: - arm64 - amd64 diff --git a/recipes/natural_language_processing/codegen/ai-lab.yaml b/recipes/natural_language_processing/codegen/ai-lab.yaml index 0f243ae3..2ef6fd64 100644 --- a/recipes/natural_language_processing/codegen/ai-lab.yaml +++ b/recipes/natural_language_processing/codegen/ai-lab.yaml @@ -18,7 +18,7 @@ application: image: quay.io/ai-lab/llamacpp-python:latest - name: codegen-app contextdir: app - containerfile: app/Containerfile + containerfile: Containerfile arch: - arm64 - amd64 diff --git a/recipes/natural_language_processing/rag/ai-lab.yaml b/recipes/natural_language_processing/rag/ai-lab.yaml index 37a9b2c0..80ab3ee0 100644 --- a/recipes/natural_language_processing/rag/ai-lab.yaml +++ b/recipes/natural_language_processing/rag/ai-lab.yaml @@ -28,7 +28,7 @@ application: image: quay.io/redhat-et/locallm-chromadb:latest - name: rag-inference-app contextdir: app - containerfile: app/Containerfile + containerfile: Containerfile arch: - arm64 - amd64 diff --git a/recipes/natural_language_processing/summarizer/ai-lab.yaml b/recipes/natural_language_processing/summarizer/ai-lab.yaml index bab8ffd9..a786b26d 100644 --- a/recipes/natural_language_processing/summarizer/ai-lab.yaml +++ b/recipes/natural_language_processing/summarizer/ai-lab.yaml @@ -18,7 +18,7 @@ application: image: quay.io/ai-lab/llamacpp-python:latest - name: streamlit-summary-app contextdir: app - containerfile: app/Containerfile + containerfile: Containerfile arch: - arm64 - amd64