File tree Expand file tree Collapse file tree 16 files changed +17
-17
lines changed
computer_vision/object_detection/app
multimodal/image_understanding/app
natural_language_processing Expand file tree Collapse file tree 16 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 1
- FROM registry.access.redhat.com/ubi9/python-311:1-77.1725907703
1
+ FROM registry.access.redhat.com/ubi9/python-311:1-77.1726664316
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/python-311:1-77.1725907703
1
+ FROM registry.access.redhat.com/ubi9/python-311:1-77.1726664316
2
2
WORKDIR /locallm
3
3
COPY src .
4
4
USER root
Original file line number Diff line number Diff line change 1
- FROM registry.access.redhat.com/ubi9/python-311:1-77.1725907703
1
+ FROM registry.access.redhat.com/ubi9/python-311:1-77.1726664316
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-77.1725907703
1
+ FROM registry.access.redhat.com/ubi9/python-311:1-77.1726664316
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-77.1725907703
1
+ FROM registry.access.redhat.com/ubi9/python-311:1-77.1726664316
2
2
ARG PORT=8000
3
3
WORKDIR /app
4
4
COPY src .
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ fastapi-cli==0.0.5
10
10
filelock == 3.15.4
11
11
fsspec == 2024.6.1
12
12
h11 == 0.14.0
13
- httpcore == 1.0.5
13
+ httpcore == 1.0.6
14
14
httptools == 0.6.1
15
15
httpx == 0.27.2
16
16
huggingface-hub == 0.23.4
@@ -29,7 +29,7 @@ pydantic==2.7.4
29
29
pydantic_core == 2.18.4
30
30
Pygments == 2.18.0
31
31
python-dotenv == 1.0.1
32
- python-multipart == 0.0.10
32
+ python-multipart == 0.0.12
33
33
PyYAML == 6.0.2
34
34
regex == 2024.5.15
35
35
requests == 2.32.3
Original file line number Diff line number Diff line change 1
- FROM registry.access.redhat.com/ubi9/python-311:1-77.1725907703
1
+ FROM registry.access.redhat.com/ubi9/python-311:1-77.1726664316
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-77.1725907703
1
+ FROM registry.access.redhat.com/ubi9/python-311:1-77.1726664316
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-77.1725907703
1
+ FROM registry.access.redhat.com/ubi9/python-311:1-77.1726664316
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-77.1725907703
1
+ FROM registry.access.redhat.com/ubi9/python-311:1-77.1726664316
2
2
WORKDIR /chat
3
3
COPY requirements.txt .
4
4
RUN pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments