Skip to content

Commit

Permalink
Update Auto merged updates
Browse files Browse the repository at this point in the history
Signed-off-by: Platform Engineering Bot <platform-engineering@redhat.com>
  • Loading branch information
platform-engineering-bot committed Jun 7, 2024
1 parent 9b611c4 commit 3ebb5ed
Show file tree
Hide file tree
Showing 19 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/containers/podman:v5.0.2
FROM quay.io/containers/podman:v5.0.3

USER root

Expand Down
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-62.1716478620
FROM registry.access.redhat.com/ubi9/python-311:1-62.1717085982
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-47.1716472878
FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:1-47.1717076367
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-62.1716478620
FROM registry.access.redhat.com/ubi9/python-311:1-62.1717085982
ENV CHAT_FORMAT=llama-2
WORKDIR /locallm
COPY src .
Expand Down
2 changes: 1 addition & 1 deletion model_servers/llamacpp_python/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
llama-cpp-python[server]==0.2.76
llama-cpp-python[server]==0.2.77
pip==24.0
2 changes: 1 addition & 1 deletion model_servers/llamacpp_python/vulkan/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/python-311:1-62.1716478620
FROM registry.access.redhat.com/ubi9/python-311:1-62.1717085982
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-62.1716478620
FROM registry.access.redhat.com/ubi9/python-311:1-62.1717085982
ARG PORT=8000
WORKDIR /app
COPY src .
Expand Down
12 changes: 6 additions & 6 deletions model_servers/object_detection_python/src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fastapi==0.111.0
filelock==3.14.0
fsspec==2024.3.1
h11==0.14.0
huggingface-hub==0.23.2
huggingface-hub==0.23.3
idna==3.7
Jinja2==3.1.4
MarkupSafe==2.1.5
Expand All @@ -16,19 +16,19 @@ networkx==3.3
numpy==1.26.4
packaging==24.0
pillow==10.3.0
pydantic==2.7.2
pydantic_core==2.18.3
pydantic==2.7.3
pydantic_core==2.18.4
PyYAML==6.0.1
regex==2024.4.28
requests==2.31.0
safetensors==0.4.3
sniffio==1.3.1
starlette==0.37.2
sympy==1.12
sympy==1.12.1
timm==0.9.16
tokenizers==0.19.1
torch==2.3.0
torchvision==0.18.0
torch==2.3.1
torchvision==0.18.1
tqdm==4.66.4
transformers==4.40.2
typing_extensions==4.11.0
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-62.1716478620
FROM registry.access.redhat.com/ubi9/python-311:1-62.1717085982
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-62.1716478620
FROM registry.access.redhat.com/ubi9/python-311:1-62.1717085982
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 @@ -34,7 +34,7 @@ streamlit==1.33.0
tenacity==8.2.3
toml==0.10.2
toolz==0.12.1
tornado==6.4
tornado==6.4.1
typing_extensions==4.11.0
tzdata==2024.1
urllib3==2.2.1
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-62.1716478620
FROM registry.access.redhat.com/ubi9/python-311:1-62.1717085982
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-62.1716478620
FROM registry.access.redhat.com/ubi9/python-311:1-62.1717085982
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-62.1716478620
FROM registry.access.redhat.com/ubi9/python-311:1-62.1717085982
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-62.1716478620
FROM registry.access.redhat.com/ubi9/python-311:1-62.1717085982
### Update sqlite for chroma
USER root
RUN dnf remove sqlite3 -y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ chromadb==0.5.0
sentence-transformers==2.7.0
streamlit==1.34.0
pypdf==4.2.0
pymilvus==2.4.1
pymilvus==2.4.3

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/python-311:1-62.1716478620
FROM registry.access.redhat.com/ubi9/python-311:1-62.1717085982
WORKDIR /summarizer
COPY requirements.txt .
RUN pip install --upgrade pip
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
langchain==0.1.20
langchain-openai==0.1.7
streamlit==1.34.0
PyMuPDF==1.24.4
PyMuPDF==1.24.5
rouge_score==0.1.2
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pip==24.0
pytest-container==0.4.2
pytest-selenium==4.1.0
pytest-testinfra==10.1.1
pytest==8.2.1
pytest==8.2.2
requests==2.31.0
selenium==4.20.0
tenacity==8.2.3

0 comments on commit 3ebb5ed

Please sign in to comment.