This repository was archived by the owner on May 9, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
uses : ./.github/workflows/build.yml
25
25
with :
26
26
name : cuda
27
- cuda_compiler_version : 12-0
27
+ cuda_compiler_version : 12-2
28
28
options : -DENABLE_CUDA=on
29
29
30
30
build-clang :
Original file line number Diff line number Diff line change 2
2
RUN wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-keyring_1.1-1_all.deb && \
3
3
dpkg -i cuda-keyring_1.1-1_all.deb && \
4
4
apt-get update && \
5
- apt-get install -y cuda-toolkit-12-0 cuda-drivers-525 libarrow-cuda-dev=11.*
5
+ apt-get install -y cuda-toolkit-12-2 cuda-drivers-535 libarrow-cuda-dev=11.*
6
6
7
7
ENV PATH=/usr/local/cuda/bin${PATH:+:${PATH}}
8
8
Original file line number Diff line number Diff line change 2
2
RUN wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-keyring_1.1-1_all.deb && \
3
3
dpkg -i cuda-keyring_1.1-1_all.deb && \
4
4
apt-get update && \
5
- apt-get install -y cuda-toolkit-12-0 cuda-drivers-525 libarrow-cuda-dev=11.*
5
+ apt-get install -y cuda-toolkit-12-2 cuda-drivers-535 libarrow-cuda-dev=11.*
6
6
7
7
ENV PATH=/usr/local/cuda/bin${PATH:+:${PATH}}
8
8
You can’t perform that action at this time.
0 commit comments