Skip to content

Commit

Permalink
bump python to 3.12 version in containerfile
Browse files Browse the repository at this point in the history
Signed-off-by: greg pereira <grpereir@redhat.com>
  • Loading branch information
Gregory-Pereira committed May 29, 2024
1 parent dc0fba3 commit ff5030d
Showing 1 changed file with 1 addition and 1 deletion.
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-312:1-10.1716478623
### Update sqlite for chroma
USER root
RUN dnf remove sqlite3 -y
Expand Down

0 comments on commit ff5030d

Please sign in to comment.