Skip to content

Commit 39ad4d5

Browse files
chore(deps): update auto merged updates
Signed-off-by: Platform Engineering Bot <[email protected]>
1 parent c6daa30 commit 39ad4d5

File tree

16 files changed

+17
-17
lines changed

16 files changed

+17
-17
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-77.1725907703
1+
FROM registry.access.redhat.com/ubi9/python-311:1-77.1726664316
22
WORKDIR /opt/app-root/src/converter
33
USER root
44
RUN chown -R default:root /opt/app-root/src/converter

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-77.1725907703
1+
FROM registry.access.redhat.com/ubi9/python-311:1-77.1726664316
22
WORKDIR /locallm
33
COPY src .
44
USER root

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-77.1725907703
1+
FROM registry.access.redhat.com/ubi9/python-311:1-77.1726664316
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-77.1725907703
1+
FROM registry.access.redhat.com/ubi9/python-311:1-77.1726664316
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-77.1725907703
1+
FROM registry.access.redhat.com/ubi9/python-311:1-77.1726664316
22
ARG PORT=8000
33
WORKDIR /app
44
COPY src .

model_servers/object_detection_python/src/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ fastapi-cli==0.0.5
1010
filelock==3.15.4
1111
fsspec==2024.6.1
1212
h11==0.14.0
13-
httpcore==1.0.5
13+
httpcore==1.0.6
1414
httptools==0.6.1
1515
httpx==0.27.2
1616
huggingface-hub==0.23.4
@@ -29,7 +29,7 @@ pydantic==2.7.4
2929
pydantic_core==2.18.4
3030
Pygments==2.18.0
3131
python-dotenv==1.0.1
32-
python-multipart==0.0.10
32+
python-multipart==0.0.12
3333
PyYAML==6.0.2
3434
regex==2024.5.15
3535
requests==2.32.3

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-77.1725907703
1+
FROM registry.access.redhat.com/ubi9/python-311:1-77.1726664316
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-77.1725907703
1+
FROM registry.access.redhat.com/ubi9/python-311:1-77.1726664316
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-77.1725907703
1+
FROM registry.access.redhat.com/ubi9/python-311:1-77.1726664316
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-77.1725907703
1+
FROM registry.access.redhat.com/ubi9/python-311:1-77.1726664316
22
WORKDIR /chat
33
COPY requirements.txt .
44
RUN pip install --upgrade pip

0 commit comments

Comments
 (0)