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 Nov 12, 2024
1 parent d853a20 commit 3786db4
Show file tree
Hide file tree
Showing 22 changed files with 89 additions and 78 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-77.1726664316
FROM registry.access.redhat.com/ubi9/python-311:1-77.1729776556
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-63.1725851021
FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:1-63.1726695170
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-77.1726664316
FROM registry.access.redhat.com/ubi9/python-311:1-77.1729776556
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-77.1726664316
FROM registry.access.redhat.com/ubi9/python-311:1-77.1729776556
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-77.1726664316
FROM registry.access.redhat.com/ubi9/python-311:1-77.1729776556
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-77.1726664316
FROM registry.access.redhat.com/ubi9/python-311:1-77.1729776556
ARG PORT=8000
WORKDIR /app
COPY src .
Expand Down
8 changes: 4 additions & 4 deletions model_servers/object_detection_python/src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ filelock==3.15.4
fsspec==2024.6.1
h11==0.14.0
httpcore==1.0.6
httptools==0.6.1
httptools==0.6.4
httpx==0.27.2
huggingface-hub==0.23.4
idna==3.7
Expand All @@ -22,14 +22,14 @@ mdurl==0.1.2
mpmath==1.3.0
networkx==3.3
numpy==2.0.1
orjson==3.10.7
orjson==3.10.11
packaging==24.1
pillow==10.3.0
pydantic==2.7.4
pydantic_core==2.18.4
Pygments==2.18.0
python-dotenv==1.0.1
python-multipart==0.0.12
python-multipart==0.0.17
PyYAML==6.0.2
regex==2024.5.15
requests==2.32.3
Expand All @@ -39,7 +39,7 @@ shellingham==1.5.4
sniffio==1.3.1
starlette==0.37.2
sympy==1.12.1
timm==1.0.9
timm==1.0.11
tokenizers==0.19.1
torch==2.3.1
torchvision==0.18.1
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-77.1726664316
FROM registry.access.redhat.com/ubi9/python-311:1-77.1729776556
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-77.1726664316
FROM registry.access.redhat.com/ubi9/python-311:1-77.1729776556
WORKDIR /locallm
COPY requirements.txt /locallm/requirements.txt
RUN pip install --upgrade pip && \
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-77.1726664316
FROM registry.access.redhat.com/ubi9/python-311:1-77.1729776556
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-77.1726664316
FROM registry.access.redhat.com/ubi9/python-311:1-77.1729776556
WORKDIR /agents
COPY requirements.txt .
RUN pip install --upgrade pip
Expand Down
6 changes: 3 additions & 3 deletions recipes/natural_language_processing/chatbot-java/app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>lit</artifactId>
<version>3.2.0</version>
<version>3.2.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -87,7 +87,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.2</version>
<configuration>
<systemPropertyVariables>
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
Expand All @@ -110,7 +110,7 @@
<plugins>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
<executions>
<execution>
<goals>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Install dependencies only when needed
FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-86 AS deps
FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-138 AS deps
USER 0
WORKDIR /app

Expand All @@ -13,7 +13,7 @@ RUN \
fi

# Rebuild the source code only when needed
FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-86 AS builder
FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-138 AS builder
USER 0
WORKDIR /app
COPY --from=deps /app/node_modules ./node_modules
Expand All @@ -28,7 +28,7 @@ ENV NEXT_TELEMETRY_DISABLED 1
RUN npm run build

# Production image, copy all the files and run next
FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-86 AS runner
FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-138 AS runner
USER 0
WORKDIR /app

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"web-vitals": "^2.1.4"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"autoprefixer": "^10.4.19",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"postcss": "^8",
"tailwindcss": "^3.3.0"
"postcss": "^8.4.39",
"tailwindcss": "^3.4.4"
},
"overrides": {
"typescript": "^5.5.3",
Expand Down
Loading

0 comments on commit 3786db4

Please sign in to comment.