From 65a7ffe390d5da5d839a15d1aa7950a6bce0ef42 Mon Sep 17 00:00:00 2001 From: Platform Engineering Bot Date: Mon, 23 Sep 2024 00:04:21 +0000 Subject: [PATCH] chore(deps): update auto merged updates Signed-off-by: Platform Engineering Bot --- convert_models/Containerfile | 2 +- eval/promptfoo/base/Containerfile | 2 +- model_servers/llamacpp_python/base/Containerfile | 2 +- model_servers/llamacpp_python/vulkan/amd64/Containerfile | 2 +- model_servers/llamacpp_python/vulkan/arm64/Containerfile | 2 +- model_servers/object_detection_python/base/Containerfile | 2 +- model_servers/object_detection_python/src/requirements.txt | 2 +- models/Containerfile | 2 +- recipes/audio/audio_to_text/app/Containerfile | 2 +- recipes/computer_vision/object_detection/app/Containerfile | 2 +- recipes/computer_vision/object_detection/app/requirements.txt | 2 +- recipes/multimodal/image_understanding/app/Containerfile | 2 +- recipes/natural_language_processing/chatbot/app/Containerfile | 2 +- recipes/natural_language_processing/codegen/app/Containerfile | 2 +- recipes/natural_language_processing/rag/app/Containerfile | 2 +- recipes/natural_language_processing/rag/app/requirements.txt | 2 +- .../natural_language_processing/summarizer/app/Containerfile | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/convert_models/Containerfile b/convert_models/Containerfile index 5672a12c..9600bee9 100644 --- a/convert_models/Containerfile +++ b/convert_models/Containerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/python-311:1-72.1722518949 +FROM registry.access.redhat.com/ubi9/python-311:1-77.1725907703 WORKDIR /opt/app-root/src/converter USER root RUN chown -R default:root /opt/app-root/src/converter diff --git a/eval/promptfoo/base/Containerfile b/eval/promptfoo/base/Containerfile index 4a3d71ff..9bea4731 100644 --- a/eval/promptfoo/base/Containerfile +++ b/eval/promptfoo/base/Containerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:1-57 +FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:1-63.1725851021 WORKDIR /promptfoo RUN npm install promptfoo ENV PROMPTFOO_DISABLE_TELEMETRY=1 diff --git a/model_servers/llamacpp_python/base/Containerfile b/model_servers/llamacpp_python/base/Containerfile index b282fbb6..5f864bba 100644 --- a/model_servers/llamacpp_python/base/Containerfile +++ b/model_servers/llamacpp_python/base/Containerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/python-311:1-72.1722518949 +FROM registry.access.redhat.com/ubi9/python-311:1-77.1725907703 WORKDIR /locallm COPY src . USER root diff --git a/model_servers/llamacpp_python/vulkan/amd64/Containerfile b/model_servers/llamacpp_python/vulkan/amd64/Containerfile index b10c06ab..2c0ddc76 100644 --- a/model_servers/llamacpp_python/vulkan/amd64/Containerfile +++ b/model_servers/llamacpp_python/vulkan/amd64/Containerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/python-311:1-72.1722518949 +FROM registry.access.redhat.com/ubi9/python-311:1-77.1725907703 USER 0 RUN dnf install -y python3-dnf-plugin-versionlock RUN dnf install -y mesa-vulkan-drivers-23.3.3-1.el9.x86_64 diff --git a/model_servers/llamacpp_python/vulkan/arm64/Containerfile b/model_servers/llamacpp_python/vulkan/arm64/Containerfile index 17e90452..b47c1dcf 100644 --- a/model_servers/llamacpp_python/vulkan/arm64/Containerfile +++ b/model_servers/llamacpp_python/vulkan/arm64/Containerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/python-311:1-72.1722518949 +FROM registry.access.redhat.com/ubi9/python-311:1-77.1725907703 USER 0 RUN dnf install -y python3-dnf-plugin-versionlock && \ dnf install -y \ diff --git a/model_servers/object_detection_python/base/Containerfile b/model_servers/object_detection_python/base/Containerfile index ef6b1afc..42ded63e 100644 --- a/model_servers/object_detection_python/base/Containerfile +++ b/model_servers/object_detection_python/base/Containerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/python-311:1-72.1722518949 +FROM registry.access.redhat.com/ubi9/python-311:1-77.1725907703 ARG PORT=8000 WORKDIR /app COPY src . diff --git a/model_servers/object_detection_python/src/requirements.txt b/model_servers/object_detection_python/src/requirements.txt index 1351a821..ab055aae 100644 --- a/model_servers/object_detection_python/src/requirements.txt +++ b/model_servers/object_detection_python/src/requirements.txt @@ -29,7 +29,7 @@ pydantic==2.7.4 pydantic_core==2.18.4 Pygments==2.18.0 python-dotenv==1.0.1 -python-multipart==0.0.9 +python-multipart==0.0.10 PyYAML==6.0.2 regex==2024.5.15 requests==2.32.3 diff --git a/models/Containerfile b/models/Containerfile index 4a896fbb..5299b88c 100644 --- a/models/Containerfile +++ b/models/Containerfile @@ -7,7 +7,7 @@ # https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-small.bin # podman build --build-arg="MODEL_URL=https://..." -t quay.io/yourimage . # -FROM registry.access.redhat.com/ubi9/ubi-micro:9.4-13 +FROM registry.access.redhat.com/ubi9/ubi-micro:9.4-15 # Can be substituted using the --build-arg defined above ARG MODEL_URL=https://huggingface.co/instructlab/granite-7b-lab-GGUF/resolve/main/granite-7b-lab-Q4_K_M.gguf diff --git a/recipes/audio/audio_to_text/app/Containerfile b/recipes/audio/audio_to_text/app/Containerfile index 28d2b580..436a3f36 100644 --- a/recipes/audio/audio_to_text/app/Containerfile +++ b/recipes/audio/audio_to_text/app/Containerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/python-311:1-72.1722518949 +FROM registry.access.redhat.com/ubi9/python-311:1-77.1725907703 WORKDIR /locallm COPY requirements.txt /locallm/requirements.txt RUN pip install --upgrade pip && \ diff --git a/recipes/computer_vision/object_detection/app/Containerfile b/recipes/computer_vision/object_detection/app/Containerfile index a5f6ae37..f4b3e4e7 100644 --- a/recipes/computer_vision/object_detection/app/Containerfile +++ b/recipes/computer_vision/object_detection/app/Containerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/python-311:1-72.1722518949 +FROM registry.access.redhat.com/ubi9/python-311:1-77.1725907703 WORKDIR /locallm COPY requirements.txt /locallm/requirements.txt RUN pip install --upgrade pip && \ diff --git a/recipes/computer_vision/object_detection/app/requirements.txt b/recipes/computer_vision/object_detection/app/requirements.txt index dfcfab97..47d2ad55 100644 --- a/recipes/computer_vision/object_detection/app/requirements.txt +++ b/recipes/computer_vision/object_detection/app/requirements.txt @@ -16,7 +16,7 @@ MarkupSafe==2.1.5 mdurl==0.1.2 numpy==1.26.4 packaging==24.0 -pandas==2.2.2 +pandas==2.2.3 pillow==10.3.0 protobuf==4.25.3 pyarrow==15.0.2 diff --git a/recipes/multimodal/image_understanding/app/Containerfile b/recipes/multimodal/image_understanding/app/Containerfile index d81ee153..07726ea6 100644 --- a/recipes/multimodal/image_understanding/app/Containerfile +++ b/recipes/multimodal/image_understanding/app/Containerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/python-311:1-72.1722518949 +FROM registry.access.redhat.com/ubi9/python-311:1-77.1725907703 WORKDIR /image_understanding COPY requirements.txt . RUN pip install --upgrade pip && \ diff --git a/recipes/natural_language_processing/chatbot/app/Containerfile b/recipes/natural_language_processing/chatbot/app/Containerfile index 29cff1ac..64a0de45 100644 --- a/recipes/natural_language_processing/chatbot/app/Containerfile +++ b/recipes/natural_language_processing/chatbot/app/Containerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/python-311:1-72.1722518949 +FROM registry.access.redhat.com/ubi9/python-311:1-77.1725907703 WORKDIR /chat COPY requirements.txt . RUN pip install --upgrade pip diff --git a/recipes/natural_language_processing/codegen/app/Containerfile b/recipes/natural_language_processing/codegen/app/Containerfile index b9de4a33..e9474542 100644 --- a/recipes/natural_language_processing/codegen/app/Containerfile +++ b/recipes/natural_language_processing/codegen/app/Containerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/python-311:1-72.1722518949 +FROM registry.access.redhat.com/ubi9/python-311:1-77.1725907703 WORKDIR /codegen COPY requirements.txt . RUN pip install --upgrade pip diff --git a/recipes/natural_language_processing/rag/app/Containerfile b/recipes/natural_language_processing/rag/app/Containerfile index 1aa72f5b..5e9d0795 100644 --- a/recipes/natural_language_processing/rag/app/Containerfile +++ b/recipes/natural_language_processing/rag/app/Containerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/python-311:1-72.1722518949 +FROM registry.access.redhat.com/ubi9/python-311:1-77.1725907703 ### Update sqlite for chroma USER root RUN dnf remove sqlite3 -y diff --git a/recipes/natural_language_processing/rag/app/requirements.txt b/recipes/natural_language_processing/rag/app/requirements.txt index 572acc00..58783092 100644 --- a/recipes/natural_language_processing/rag/app/requirements.txt +++ b/recipes/natural_language_processing/rag/app/requirements.txt @@ -1,6 +1,6 @@ langchain-openai==0.1.7 langchain==0.1.20 -chromadb==0.5.5 +chromadb==0.5.7 sentence-transformers==2.7.0 streamlit==1.34.0 pypdf==4.2.0 diff --git a/recipes/natural_language_processing/summarizer/app/Containerfile b/recipes/natural_language_processing/summarizer/app/Containerfile index a436555f..7d823867 100644 --- a/recipes/natural_language_processing/summarizer/app/Containerfile +++ b/recipes/natural_language_processing/summarizer/app/Containerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/python-311:1-72.1722518949 +FROM registry.access.redhat.com/ubi9/python-311:1-77.1725907703 WORKDIR /summarizer COPY requirements.txt . RUN pip install --upgrade pip