Skip to content

Commit 5b5607c

Browse files
authored
Merge pull request #1497 from jiridanek/sync
Upstream to Downstream auto-merge for notebooks is failing due to conflict, could you please take a look?
2 parents 248e7ec + 12dd548 commit 5b5607c

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)