Skip to content

Commit 4fc70e7

Browse files
chore(deps): update auto merged updates
Signed-off-by: Platform Engineering Bot <platform-engineering@redhat.com>
1 parent 151cc3b commit 4fc70e7

File tree

18 files changed

+20
-20
lines changed

18 files changed

+20
-20
lines changed

convert_models/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/python-311:1-66.1720018730
1+
FROM registry.access.redhat.com/ubi9/python-311:1-72.1722518949
22
WORKDIR /opt/app-root/src/converter
33
USER root
44
RUN chown -R default:root /opt/app-root/src/converter

eval/promptfoo/base/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:1-51
1+
FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:1-57
22
WORKDIR /promptfoo
33
RUN npm install promptfoo
44
ENV PROMPTFOO_DISABLE_TELEMETRY=1

model_servers/llamacpp_python/base/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/python-311:1-66.1720018730
1+
FROM registry.access.redhat.com/ubi9/python-311:1-72.1722518949
22
WORKDIR /locallm
33
COPY src .
44
USER root
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
llama-cpp-python[server]==0.2.82
1+
llama-cpp-python[server]==0.2.85
22
transformers==4.41.2
33
pip==24.0

model_servers/llamacpp_python/vulkan/amd64/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/python-311:1-66.1720018730
1+
FROM registry.access.redhat.com/ubi9/python-311:1-72.1722518949
22
USER 0
33
RUN dnf install -y python3-dnf-plugin-versionlock
44
RUN dnf install -y mesa-vulkan-drivers-23.3.3-1.el9.x86_64

model_servers/llamacpp_python/vulkan/arm64/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/python-311:1-66.1720018730
1+
FROM registry.access.redhat.com/ubi9/python-311:1-72.1722518949
22
USER 0
33
RUN dnf install -y python3-dnf-plugin-versionlock && \
44
dnf install -y \

model_servers/object_detection_python/base/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/python-311:1-66.1720018730
1+
FROM registry.access.redhat.com/ubi9/python-311:1-72.1722518949
22
ARG PORT=8000
33
WORKDIR /app
44
COPY src .

model_servers/object_detection_python/src/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ click==8.1.7
66
dnspython==2.6.1
77
email_validator==2.2.0
88
fastapi==0.111.1
9-
fastapi-cli==0.0.4
9+
fastapi-cli==0.0.5
1010
filelock==3.15.4
1111
fsspec==2024.6.1
1212
h11==0.14.0
@@ -39,7 +39,7 @@ shellingham==1.5.4
3939
sniffio==1.3.1
4040
starlette==0.37.2
4141
sympy==1.12.1
42-
timm==1.0.7
42+
timm==1.0.8
4343
tokenizers==0.19.1
4444
torch==2.3.1
4545
torchvision==0.18.1
@@ -49,7 +49,7 @@ typer==0.12.3
4949
typing_extensions==4.12.2
5050
ujson==5.10.0
5151
urllib3==2.2.2
52-
uvicorn==0.30.3
52+
uvicorn==0.30.5
5353
uvloop==0.19.0
5454
watchfiles==0.22.0
5555
websockets==12.0

models/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-small.bin
88
# podman build --build-arg="MODEL_URL=https://..." -t quay.io/yourimage .
99
#
10-
FROM registry.access.redhat.com/ubi9/ubi-micro:9.4-9
10+
FROM registry.access.redhat.com/ubi9/ubi-micro:9.4-13
1111

1212
# Can be substituted using the --build-arg defined above
1313
ARG MODEL_URL=https://huggingface.co/instructlab/granite-7b-lab-GGUF/resolve/main/granite-7b-lab-Q4_K_M.gguf

recipes/audio/audio_to_text/app/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/python-311:1-66.1720018730
1+
FROM registry.access.redhat.com/ubi9/python-311:1-72.1722518949
22
WORKDIR /locallm
33
COPY requirements.txt /locallm/requirements.txt
44
RUN pip install --upgrade pip && \

recipes/computer_vision/object_detection/app/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/python-311:1-66.1720018730
1+
FROM registry.access.redhat.com/ubi9/python-311:1-72.1722518949
22
WORKDIR /locallm
33
COPY requirements.txt /locallm/requirements.txt
44
RUN pip install --upgrade pip && \

recipes/multimodal/image_understanding/app/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/python-311:1-66.1720018730
1+
FROM registry.access.redhat.com/ubi9/python-311:1-72.1722518949
22
WORKDIR /image_understanding
33
COPY requirements.txt .
44
RUN pip install --upgrade pip && \

recipes/natural_language_processing/chatbot/app/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/python-311:1-66.1720018730
1+
FROM registry.access.redhat.com/ubi9/python-311:1-72.1722518949
22
WORKDIR /chat
33
COPY requirements.txt .
44
RUN pip install --upgrade pip

recipes/natural_language_processing/codegen/app/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/python-311:1-66.1720018730
1+
FROM registry.access.redhat.com/ubi9/python-311:1-72.1722518949
22
WORKDIR /codegen
33
COPY requirements.txt .
44
RUN pip install --upgrade pip

recipes/natural_language_processing/rag/app/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/python-311:1-66.1720018730
1+
FROM registry.access.redhat.com/ubi9/python-311:1-72.1722518949
22
### Update sqlite for chroma
33
USER root
44
RUN dnf remove sqlite3 -y

recipes/natural_language_processing/rag/app/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
langchain-openai==0.1.7
22
langchain==0.1.20
3-
chromadb==0.5.4
3+
chromadb==0.5.5
44
sentence-transformers==2.7.0
55
streamlit==1.34.0
66
pypdf==4.2.0

recipes/natural_language_processing/summarizer/app/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/python-311:1-66.1720018730
1+
FROM registry.access.redhat.com/ubi9/python-311:1-72.1722518949
22
WORKDIR /summarizer
33
COPY requirements.txt .
44
RUN pip install --upgrade pip
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
langchain==0.1.20
22
langchain-openai==0.1.7
33
streamlit==1.34.0
4-
PyMuPDF==1.24.7
4+
PyMuPDF==1.24.9
55
rouge_score==0.1.2

0 commit comments

Comments
 (0)