Skip to content

Commit a332806

Browse files
committed
Merge remote-tracking branch 'upstream/main' into rhoai-2.24
2 parents 397b1e9 + 5b5607c commit a332806

File tree

147 files changed

+4989
-4030
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

147 files changed

+4989
-4030
lines changed

codeserver/ubi9-python-3.11/Dockerfile.cpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN dnf install -y mesa-libGL skopeo && dnf clean all && rm -rf /var/cache/yum
2020
USER 1001
2121

2222
# Install micropipenv and uv to deploy packages from requirements.txt begin
23-
RUN pip install --no-cache-dir -U "micropipenv[toml]" "uv"
23+
RUN pip install --no-cache-dir -U "micropipenv[toml]==1.9.0" "uv==0.8.12"
2424
# Install micropipenv and uv to deploy packages from requirements.txt end
2525

2626
# Install the oc client begin

codeserver/ubi9-python-3.11/Dockerfile.konflux.cpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN dnf install -y mesa-libGL skopeo && dnf clean all && rm -rf /var/cache/yum
2020
USER 1001
2121

2222
# Install micropipenv and uv to deploy packages from requirements.txt begin
23-
RUN pip install --no-cache-dir -U "micropipenv[toml]" "uv"
23+
RUN pip install --no-cache-dir -U "micropipenv[toml]==1.9.0" "uv==0.8.12"
2424
# Install micropipenv and uv to deploy packages from requirements.txt end
2525

2626
# Install the oc client begin

codeserver/ubi9-python-3.11/Pipfile.lock

Lines changed: 79 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)