File tree Expand file tree Collapse file tree 9 files changed +11
-11
lines changed
datascience/ubi9-python-3.12
rocm/pytorch/ubi9-python-3.12
tensorflow/ubi9-python-3.12
trustyai/ubi9-python-3.12
datascience/ubi9-python-3.12
rocm-pytorch/ubi9-python-3.12
tensorflow/ubi9-python-3.12 Expand file tree Collapse file tree 9 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ WORKDIR /opt/app-root/bin
85
85
USER root
86
86
87
87
# Install useful OS packages
88
- RUN dnf install -y jq unixODBC postgresql git-lfs libsndfile && dnf clean all && rm -rf /var/cache/yum
88
+ RUN dnf install -y jq unixODBC postgresql git-lfs libsndfile libxcrypt-compat && dnf clean all && rm -rf /var/cache/yum
89
89
90
90
# Copy dynamically-linked mongocli built in earlier build stage
91
91
COPY --from=mongocli-builder /tmp/mongocli /opt/app-root/bin/
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ WORKDIR /opt/app-root/bin
203
203
USER root
204
204
205
205
# Install useful OS packages
206
- RUN dnf install -y jq unixODBC postgresql git-lfs libsndfile && dnf clean all && rm -rf /var/cache/yum
206
+ RUN dnf install -y jq unixODBC postgresql git-lfs libsndfile libxcrypt-compat && dnf clean all && rm -rf /var/cache/yum
207
207
208
208
# Copy dynamically-linked mongocli built in earlier build stage
209
209
COPY --from=mongocli-builder /tmp/mongocli /opt/app-root/bin/
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ WORKDIR /opt/app-root/bin
109
109
USER root
110
110
111
111
# Install useful OS packages
112
- RUN dnf install -y jq unixODBC postgresql git-lfs libsndfile && dnf clean all && rm -rf /var/cache/yum
112
+ RUN dnf install -y jq unixODBC postgresql git-lfs libsndfile libxcrypt-compat && dnf clean all && rm -rf /var/cache/yum
113
113
114
114
# Copy dynamically-linked mongocli built in earlier build stage
115
115
COPY --from=mongocli-builder /tmp/mongocli /opt/app-root/bin/
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ WORKDIR /opt/app-root/bin
203
203
USER root
204
204
205
205
# Install useful OS packages
206
- RUN dnf install -y jq unixODBC postgresql git-lfs libsndfile && dnf clean all && rm -rf /var/cache/yum
206
+ RUN dnf install -y jq unixODBC postgresql git-lfs libsndfile libxcrypt-compat && dnf clean all && rm -rf /var/cache/yum
207
207
208
208
# Copy dynamically-linked mongocli built in earlier build stage
209
209
COPY --from=mongocli-builder /tmp/mongocli /opt/app-root/bin/
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ WORKDIR /opt/app-root/bin
75
75
USER root
76
76
77
77
# Install useful OS packages
78
- RUN dnf install -y jq unixODBC postgresql git-lfs libsndfile && dnf clean all && rm -rf /var/cache/yum
78
+ RUN dnf install -y jq unixODBC postgresql git-lfs libsndfile libxcrypt-compat && dnf clean all && rm -rf /var/cache/yum
79
79
80
80
# Copy dynamically-linked mongocli built in earlier build stage
81
81
COPY --from=mongocli-builder /tmp/mongocli /opt/app-root/bin/
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ WORKDIR /opt/app-root/bin
9
9
USER 0
10
10
11
11
# Install useful OS packages
12
- RUN dnf install -y mesa-libGL skopeo && dnf clean all && rm -rf /var/cache/yum
12
+ RUN dnf install -y mesa-libGL skopeo libxcrypt-compat && dnf clean all && rm -rf /var/cache/yum
13
13
14
14
# Other apps and tools installed as default user
15
15
USER 1001
@@ -26,7 +26,7 @@ RUN curl -L https://mirror.openshift.com/pub/openshift-v4/$(uname -m)/clients/oc
26
26
#######################
27
27
# runtime-datascience #
28
28
#######################
29
- FROM base AS runtime-datascience
29
+ FROM base AS runtime-datascience
30
30
31
31
ARG DATASCIENCE_SOURCE_CODE=runtimes/datascience/ubi9-python-3.12
32
32
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ WORKDIR /opt/app-root/bin
9
9
USER 0
10
10
11
11
# Install useful OS packages
12
- RUN dnf install -y mesa-libGL skopeo && dnf clean all && rm -rf /var/cache/yum
12
+ RUN dnf install -y mesa-libGL skopeo libxcrypt-compat && dnf clean all && rm -rf /var/cache/yum
13
13
14
14
# Other apps and tools installed as default user
15
15
USER 1001
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ WORKDIR /opt/app-root/bin
9
9
USER 0
10
10
11
11
# Install useful OS packages
12
- RUN dnf install -y mesa-libGL skopeo && dnf clean all && rm -rf /var/cache/yum
12
+ RUN dnf install -y mesa-libGL skopeo libxcrypt-compat && dnf clean all && rm -rf /var/cache/yum
13
13
14
14
# Other apps and tools installed as default user
15
15
USER 1001
@@ -38,7 +38,7 @@ ARG AMDGPU_VERSION=6.2.4
38
38
# Install the ROCm rpms
39
39
# ref: https://github.com/ROCm/ROCm-docker/blob/master/dev/Dockerfile-centos-7-complete
40
40
# Note: Based on 6.2 above new package mivisionx is a pre-requistes, which bring in more dependent packages
41
- # so we are only installing meta packages of rocm
41
+ # so we are only installing meta packages of rocm
42
42
# ref: https://rocm.docs.amd.com/projects/install-on-linux/en/develop/reference/package-manager-integration.html#packages-in-rocm-programming-models
43
43
RUN echo "[ROCm]" > /etc/yum.repos.d/rocm.repo && \
44
44
echo "name=ROCm" >> /etc/yum.repos.d/rocm.repo && \
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ WORKDIR /opt/app-root/bin
9
9
USER 0
10
10
11
11
# Install useful OS packages
12
- RUN dnf install -y mesa-libGL skopeo && dnf clean all && rm -rf /var/cache/yum
12
+ RUN dnf install -y mesa-libGL skopeo libxcrypt-compat && dnf clean all && rm -rf /var/cache/yum
13
13
14
14
# Other apps and tools installed as default user
15
15
USER 1001
You can’t perform that action at this time.
0 commit comments