You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dockerfile.redhat
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,10 @@ RUN dnf install -y https://mirror.stream.centos.org/9-stream/AppStream/x86_64/os
118
118
libicu-devel && \
119
119
dnf clean all
120
120
121
+
WORKDIR /lfs
122
+
RUN wget -q --content-disposition "https://packagecloud.io/github/git-lfs/packages/el/9/git-lfs-3.6.1-1.el9.x86_64.rpm/download.rpm?distro_version_id=240"
123
+
RUN dnf install -y git-lfs-3.6.1-1.el9.x86_64.rpm && dnf clean all
124
+
121
125
RUN python3 --version && python3 -m pip install numpy==1.21.0 --no-cache-dir
0 commit comments