File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- FROM quay.io/pypa/manylinux_2_34_aarch64
1
+ FROM quay.io/pypa/manylinux_2_28_aarch64
2
2
3
3
ENV PATH=/usr/local/cuda/bin${PATH:+:${PATH}}
4
4
5
5
RUN dnf update -y && \
6
6
dnf install -y epel-release && \
7
7
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 && \
10
10
dnf clean all && \
11
11
dnf install -y cuda-toolkit
Original file line number Diff line number Diff line change 1
- FROM quay.io/pypa/manylinux_2_34_x86_64
1
+ FROM quay.io/pypa/manylinux_2_28_x86_64
2
2
3
3
ENV PATH=/usr/local/cuda/bin${PATH:+:${PATH}}
4
4
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 && \
6
6
dnf install -y epel-release && \
7
7
dnf clean expire-cache && \
8
8
dnf module enable -y nvidia-driver:560-open && \
You can’t perform that action at this time.
0 commit comments