Skip to content

Commit

Permalink
Merge pull request #532 from containers/revert-517-bump-all-python-ba…
Browse files Browse the repository at this point in the history
…se-images-to-312

Revert "bump python 3.11 to 3.12"
  • Loading branch information
Gregory-Pereira authored Jun 6, 2024
2 parents 8cb48bf + 44e4c70 commit eb011f3
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
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-312:1-10.1716478623
FROM registry.access.redhat.com/ubi9/python-311:1-62.1716478620
ENV CHAT_FORMAT=llama-2
WORKDIR /locallm
COPY src .
Expand Down
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-312:1-10.1716478623
FROM registry.access.redhat.com/ubi9/python-311:1-62.1716478620
USER 0
RUN dnf install -y python3-dnf-plugin-versionlock && \
dnf copr enable -y slp/mesa-krunkit epel-9-aarch64 && \
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-312:1-10.1716478623
FROM registry.access.redhat.com/ubi9/python-311:1-62.1716478620
ARG PORT=8000
WORKDIR /app
COPY src .
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-312:1-10.1716478623
FROM registry.access.redhat.com/ubi9/python-311:1-62.1716478620
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-312:1-10.1716478623
FROM registry.access.redhat.com/ubi9/python-311:1-62.1716478620
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-312:1-10.1716478623
FROM registry.access.redhat.com/ubi9/python-311:1-62.1716478620
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-312:1-10.1716478623
FROM registry.access.redhat.com/ubi9/python-311:1-62.1716478620
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-312:1-10.1716478623
FROM registry.access.redhat.com/ubi9/python-311:1-62.1716478620
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-312:1-10.1716478623
FROM registry.access.redhat.com/ubi9/python-311:1-62.1716478620
### Update sqlite for chroma
USER root
RUN dnf remove sqlite3 -y
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/python-312:1-10.1716478623
FROM registry.access.redhat.com/ubi9/python-311:1-62.1716478620
WORKDIR /summarizer
COPY requirements.txt .
RUN pip install --upgrade pip
Expand Down

0 comments on commit eb011f3

Please sign in to comment.