File tree Expand file tree Collapse file tree 18 files changed +20
-20
lines changed
computer_vision/object_detection/app
multimodal/image_understanding/app
natural_language_processing Expand file tree Collapse file tree 18 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 1
- FROM registry.access.redhat.com/ubi9/python-311:1-66.1720018730
1
+ FROM registry.access.redhat.com/ubi9/python-311:1-72.1722518949
2
2
WORKDIR /opt/app-root/src/converter
3
3
USER root
4
4
RUN chown -R default:root /opt/app-root/src/converter
Original file line number Diff line number Diff line change 1
- FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:1-51
1
+ FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:1-57
2
2
WORKDIR /promptfoo
3
3
RUN npm install promptfoo
4
4
ENV PROMPTFOO_DISABLE_TELEMETRY=1
Original file line number Diff line number Diff line change 1
- FROM registry.access.redhat.com/ubi9/python-311:1-66.1720018730
1
+ FROM registry.access.redhat.com/ubi9/python-311:1-72.1722518949
2
2
WORKDIR /locallm
3
3
COPY src .
4
4
USER root
Original file line number Diff line number Diff line change 1
- llama-cpp-python [server ]== 0.2.82
1
+ llama-cpp-python [server ]== 0.2.85
2
2
transformers == 4.41.2
3
3
pip == 24.0
Original file line number Diff line number Diff line change 1
- FROM registry.access.redhat.com/ubi9/python-311:1-66.1720018730
1
+ FROM registry.access.redhat.com/ubi9/python-311:1-72.1722518949
2
2
USER 0
3
3
RUN dnf install -y python3-dnf-plugin-versionlock
4
4
RUN dnf install -y mesa-vulkan-drivers-23.3.3-1.el9.x86_64
Original file line number Diff line number Diff line change 1
- FROM registry.access.redhat.com/ubi9/python-311:1-66.1720018730
1
+ FROM registry.access.redhat.com/ubi9/python-311:1-72.1722518949
2
2
USER 0
3
3
RUN dnf install -y python3-dnf-plugin-versionlock && \
4
4
dnf install -y \
Original file line number Diff line number Diff line change 1
- FROM registry.access.redhat.com/ubi9/python-311:1-66.1720018730
1
+ FROM registry.access.redhat.com/ubi9/python-311:1-72.1722518949
2
2
ARG PORT=8000
3
3
WORKDIR /app
4
4
COPY src .
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ click==8.1.7
6
6
dnspython == 2.6.1
7
7
email_validator == 2.2.0
8
8
fastapi == 0.111.1
9
- fastapi-cli == 0.0.4
9
+ fastapi-cli == 0.0.5
10
10
filelock == 3.15.4
11
11
fsspec == 2024.6.1
12
12
h11 == 0.14.0
@@ -39,7 +39,7 @@ shellingham==1.5.4
39
39
sniffio == 1.3.1
40
40
starlette == 0.37.2
41
41
sympy == 1.12.1
42
- timm == 1.0.7
42
+ timm == 1.0.8
43
43
tokenizers == 0.19.1
44
44
torch == 2.3.1
45
45
torchvision == 0.18.1
@@ -49,7 +49,7 @@ typer==0.12.3
49
49
typing_extensions == 4.12.2
50
50
ujson == 5.10.0
51
51
urllib3 == 2.2.2
52
- uvicorn == 0.30.3
52
+ uvicorn == 0.30.5
53
53
uvloop == 0.19.0
54
54
watchfiles == 0.22.0
55
55
websockets == 12.0
Original file line number Diff line number Diff line change 7
7
# https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-small.bin
8
8
# podman build --build-arg="MODEL_URL=https://..." -t quay.io/yourimage .
9
9
#
10
- FROM registry.access.redhat.com/ubi9/ubi-micro:9.4-9
10
+ FROM registry.access.redhat.com/ubi9/ubi-micro:9.4-13
11
11
12
12
# Can be substituted using the --build-arg defined above
13
13
ARG MODEL_URL=https://huggingface.co/instructlab/granite-7b-lab-GGUF/resolve/main/granite-7b-lab-Q4_K_M.gguf
Original file line number Diff line number Diff line change 1
- FROM registry.access.redhat.com/ubi9/python-311:1-66.1720018730
1
+ FROM registry.access.redhat.com/ubi9/python-311:1-72.1722518949
2
2
WORKDIR /locallm
3
3
COPY requirements.txt /locallm/requirements.txt
4
4
RUN pip install --upgrade pip && \
Original file line number Diff line number Diff line change 1
- FROM registry.access.redhat.com/ubi9/python-311:1-66.1720018730
1
+ FROM registry.access.redhat.com/ubi9/python-311:1-72.1722518949
2
2
WORKDIR /locallm
3
3
COPY requirements.txt /locallm/requirements.txt
4
4
RUN pip install --upgrade pip && \
Original file line number Diff line number Diff line change 1
- FROM registry.access.redhat.com/ubi9/python-311:1-66.1720018730
1
+ FROM registry.access.redhat.com/ubi9/python-311:1-72.1722518949
2
2
WORKDIR /image_understanding
3
3
COPY requirements.txt .
4
4
RUN pip install --upgrade pip && \
Original file line number Diff line number Diff line change 1
- FROM registry.access.redhat.com/ubi9/python-311:1-66.1720018730
1
+ FROM registry.access.redhat.com/ubi9/python-311:1-72.1722518949
2
2
WORKDIR /chat
3
3
COPY requirements.txt .
4
4
RUN pip install --upgrade pip
Original file line number Diff line number Diff line change 1
- FROM registry.access.redhat.com/ubi9/python-311:1-66.1720018730
1
+ FROM registry.access.redhat.com/ubi9/python-311:1-72.1722518949
2
2
WORKDIR /codegen
3
3
COPY requirements.txt .
4
4
RUN pip install --upgrade pip
Original file line number Diff line number Diff line change 1
- FROM registry.access.redhat.com/ubi9/python-311:1-66.1720018730
1
+ FROM registry.access.redhat.com/ubi9/python-311:1-72.1722518949
2
2
# ## Update sqlite for chroma
3
3
USER root
4
4
RUN dnf remove sqlite3 -y
Original file line number Diff line number Diff line change 1
1
langchain-openai == 0.1.7
2
2
langchain == 0.1.20
3
- chromadb == 0.5.4
3
+ chromadb == 0.5.5
4
4
sentence-transformers == 2.7.0
5
5
streamlit == 1.34.0
6
6
pypdf == 4.2.0
Original file line number Diff line number Diff line change 1
- FROM registry.access.redhat.com/ubi9/python-311:1-66.1720018730
1
+ FROM registry.access.redhat.com/ubi9/python-311:1-72.1722518949
2
2
WORKDIR /summarizer
3
3
COPY requirements.txt .
4
4
RUN pip install --upgrade pip
Original file line number Diff line number Diff line change 1
1
langchain == 0.1.20
2
2
langchain-openai == 0.1.7
3
3
streamlit == 1.34.0
4
- PyMuPDF == 1.24.7
4
+ PyMuPDF == 1.24.9
5
5
rouge_score == 0.1.2
You can’t perform that action at this time.
0 commit comments