Skip to content

Commit

Permalink
chore(deps): update auto merged updates
Browse files Browse the repository at this point in the history
Signed-off-by: Platform Engineering Bot <[email protected]>
  • Loading branch information
platform-engineering-bot committed Sep 23, 2024
1 parent 375d8c8 commit 65a7ffe
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion convert_models/Containerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion eval/promptfoo/base/Containerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion model_servers/llamacpp_python/base/Containerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion model_servers/llamacpp_python/vulkan/amd64/Containerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion model_servers/llamacpp_python/vulkan/arm64/Containerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion model_servers/object_detection_python/base/Containerfile
Original file line number Diff line number Diff line change
@@ -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 .
Expand Down
2 changes: 1 addition & 1 deletion model_servers/object_detection_python/src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion models/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion recipes/audio/audio_to_text/app/Containerfile
Original file line number Diff line number Diff line change
@@ -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 && \
Expand Down
2 changes: 1 addition & 1 deletion recipes/computer_vision/object_detection/app/Containerfile
Original file line number Diff line number Diff line change
@@ -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 && \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion recipes/multimodal/image_understanding/app/Containerfile
Original file line number Diff line number Diff line change
@@ -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 && \
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion recipes/natural_language_processing/rag/app/Containerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 65a7ffe

Please sign in to comment.