Skip to content

Commit 63a7ee4

Browse files
committed
NO-JIRA: chore(Dockerfiles): add dockerfile_fragments.py comments around micropipenv and uv installation commands
1 parent d424be9 commit 63a7ee4

File tree

38 files changed

+84
-35
lines changed

38 files changed

+84
-35
lines changed

codeserver/ubi9-python-3.11/Dockerfile.cpu

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ RUN dnf install -y mesa-libGL skopeo && dnf clean all && rm -rf /var/cache/yum
1414
# Other apps and tools installed as default user
1515
USER 1001
1616

17-
# Install micropipenv and uv to deploy packages from requirements.txt
17+
# Install micropipenv and uv to deploy packages from requirements.txt begin
1818
RUN pip install --no-cache-dir -U "micropipenv[toml]" "uv"
19+
# Install micropipenv and uv to deploy packages from requirements.txt end
1920

2021
# Install the oc client begin
2122
RUN curl -L https://mirror.openshift.com/pub/openshift-v4/$(uname -m)/clients/ocp/stable/openshift-client-linux.tar.gz \

codeserver/ubi9-python-3.12/Dockerfile.cpu

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ RUN dnf install -y mesa-libGL skopeo && dnf clean all && rm -rf /var/cache/yum
1414
# Other apps and tools installed as default user
1515
USER 1001
1616

17-
# Install micropipenv and uv to deploy packages from requirements.txt
17+
# Install micropipenv and uv to deploy packages from requirements.txt begin
1818
RUN pip install --no-cache-dir -U "micropipenv[toml]" "uv"
19+
# Install micropipenv and uv to deploy packages from requirements.txt end
1920

2021
# Install the oc client begin
2122
RUN curl -L https://mirror.openshift.com/pub/openshift-v4/$(uname -m)/clients/ocp/stable/openshift-client-linux.tar.gz \

jupyter/datascience/ubi9-python-3.11/Dockerfile.cpu

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ RUN dnf install -y mesa-libGL skopeo && dnf clean all && rm -rf /var/cache/yum
2727
# Other apps and tools installed as default user
2828
USER 1001
2929

30-
# Install micropipenv and uv to deploy packages from requirements.txt
30+
# Install micropipenv and uv to deploy packages from requirements.txt begin
3131
RUN pip install --no-cache-dir -U "micropipenv[toml]" "uv"
32+
# Install micropipenv and uv to deploy packages from requirements.txt end
3233

3334
# Install the oc client begin
3435
RUN curl -L https://mirror.openshift.com/pub/openshift-v4/$(uname -m)/clients/ocp/stable/openshift-client-linux.tar.gz \

jupyter/datascience/ubi9-python-3.12/Dockerfile.cpu

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ RUN dnf install -y mesa-libGL skopeo && dnf clean all && rm -rf /var/cache/yum
2727
# Other apps and tools installed as default user
2828
USER 1001
2929

30-
# Install micropipenv and uv to deploy packages from requirements.txt
30+
# Install micropipenv and uv to deploy packages from requirements.txt begin
3131
RUN pip install --no-cache-dir -U "micropipenv[toml]" "uv"
32+
# Install micropipenv and uv to deploy packages from requirements.txt end
3233

3334
# Install the oc client begin
3435
RUN curl -L https://mirror.openshift.com/pub/openshift-v4/$(uname -m)/clients/ocp/stable/openshift-client-linux.tar.gz \

jupyter/minimal/ubi9-python-3.11/Dockerfile.cpu

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ RUN dnf install -y mesa-libGL skopeo && dnf clean all && rm -rf /var/cache/yum
1414
# Other apps and tools installed as default user
1515
USER 1001
1616

17-
# Install micropipenv and uv to deploy packages from requirements.txt
17+
# Install micropipenv and uv to deploy packages from requirements.txt begin
1818
RUN pip install --no-cache-dir -U "micropipenv[toml]" "uv"
19+
# Install micropipenv and uv to deploy packages from requirements.txt end
1920

2021
# Install the oc client begin
2122
RUN curl -L https://mirror.openshift.com/pub/openshift-v4/$(uname -m)/clients/ocp/stable/openshift-client-linux.tar.gz \

jupyter/minimal/ubi9-python-3.11/Dockerfile.cuda

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ RUN dnf install -y mesa-libGL skopeo && dnf clean all && rm -rf /var/cache/yum
1414
# Other apps and tools installed as default user
1515
USER 1001
1616

17-
# Install micropipenv and uv to deploy packages from requirements.txt
17+
# Install micropipenv and uv to deploy packages from requirements.txt begin
1818
RUN pip install --no-cache-dir -U "micropipenv[toml]" "uv"
19+
# Install micropipenv and uv to deploy packages from requirements.txt end
1920

2021
# Install the oc client begin
2122
RUN curl -L https://mirror.openshift.com/pub/openshift-v4/$(uname -m)/clients/ocp/stable/openshift-client-linux.tar.gz \

jupyter/minimal/ubi9-python-3.11/Dockerfile.rocm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ RUN dnf install -y mesa-libGL skopeo && dnf clean all && rm -rf /var/cache/yum
1414
# Other apps and tools installed as default user
1515
USER 1001
1616

17-
# Install micropipenv and uv to deploy packages from requirements.txt
17+
# Install micropipenv and uv to deploy packages from requirements.txt begin
1818
RUN pip install --no-cache-dir -U "micropipenv[toml]" "uv"
19+
# Install micropipenv and uv to deploy packages from requirements.txt end
1920

2021
# Install the oc client begin
2122
RUN curl -L https://mirror.openshift.com/pub/openshift-v4/$(uname -m)/clients/ocp/stable/openshift-client-linux.tar.gz \

jupyter/minimal/ubi9-python-3.12/Dockerfile.cpu

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ RUN dnf install -y mesa-libGL skopeo && dnf clean all && rm -rf /var/cache/yum
1414
# Other apps and tools installed as default user
1515
USER 1001
1616

17-
# Install micropipenv and uv to deploy packages from requirements.txt
17+
# Install micropipenv and uv to deploy packages from requirements.txt begin
1818
RUN pip install --no-cache-dir -U "micropipenv[toml]" "uv"
19+
# Install micropipenv and uv to deploy packages from requirements.txt end
1920

2021
# Install the oc client begin
2122
RUN curl -L https://mirror.openshift.com/pub/openshift-v4/$(uname -m)/clients/ocp/stable/openshift-client-linux.tar.gz \

jupyter/minimal/ubi9-python-3.12/Dockerfile.cuda

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ RUN dnf install -y mesa-libGL skopeo && dnf clean all && rm -rf /var/cache/yum
1414
# Other apps and tools installed as default user
1515
USER 1001
1616

17-
# Install micropipenv and uv to deploy packages from requirements.txt
17+
# Install micropipenv and uv to deploy packages from requirements.txt begin
1818
RUN pip install --no-cache-dir -U "micropipenv[toml]" "uv"
19+
# Install micropipenv and uv to deploy packages from requirements.txt end
1920

2021
# Install the oc client begin
2122
RUN curl -L https://mirror.openshift.com/pub/openshift-v4/$(uname -m)/clients/ocp/stable/openshift-client-linux.tar.gz \

jupyter/minimal/ubi9-python-3.12/Dockerfile.rocm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ RUN dnf install -y mesa-libGL skopeo && dnf clean all && rm -rf /var/cache/yum
1414
# Other apps and tools installed as default user
1515
USER 1001
1616

17-
# Install micropipenv and uv to deploy packages from requirements.txt
17+
# Install micropipenv and uv to deploy packages from requirements.txt begin
1818
RUN pip install --no-cache-dir -U "micropipenv[toml]" "uv"
19+
# Install micropipenv and uv to deploy packages from requirements.txt end
1920

2021
# Install the oc client begin
2122
RUN curl -L https://mirror.openshift.com/pub/openshift-v4/$(uname -m)/clients/ocp/stable/openshift-client-linux.tar.gz \

0 commit comments

Comments
 (0)