Skip to content

Commit 3c28108

Browse files
committed
Try 2_28
1 parent 7450e26 commit 3c28108

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

manylinux_cuda_aarch64/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM quay.io/pypa/manylinux_2_34_aarch64
1+
FROM quay.io/pypa/manylinux_2_28_aarch64
22

33
ENV PATH=/usr/local/cuda/bin${PATH:+:${PATH}}
44

55
RUN dnf update -y && \
66
dnf install -y epel-release && \
77
dnf install -y kernel-headers.aarch64 kernel-devel.aarch64 && \
8-
dnf config-manager --add-repo http://developer.download.nvidia.com/compute/cuda/repos/rhel9/aarch64/cuda-rhel9.repo && \
9-
dnf config-manager --add-repo http://developer.download.nvidia.com/compute/cuda/repos/rhel9/sbsa/cuda-rhel9.repo && \
8+
dnf config-manager --add-repo http://developer.download.nvidia.com/compute/cuda/repos/rhel8/aarch64/cuda-rhel8.repo && \
9+
dnf config-manager --add-repo http://developer.download.nvidia.com/compute/cuda/repos/rhel8/sbsa/cuda-rhel8.repo && \
1010
dnf clean all && \
1111
dnf install -y cuda-toolkit

manylinux_cuda_x86_64/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM quay.io/pypa/manylinux_2_34_x86_64
1+
FROM quay.io/pypa/manylinux_2_28_x86_64
22

33
ENV PATH=/usr/local/cuda/bin${PATH:+:${PATH}}
44

5-
RUN dnf config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64/cuda-rhel9.repo && \
5+
RUN dnf config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-rhel8.repo && \
66
dnf install -y epel-release && \
77
dnf clean expire-cache && \
88
dnf module enable -y nvidia-driver:560-open && \

0 commit comments

Comments
 (0)