This repository was archived by the owner on May 9, 2024. It is now read-only.
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 @@ -85,10 +85,10 @@ RUN apt-get update && apt-get install -y \
8585RUN wget https://apache.jfrog.io/artifactory/arrow/$(lsb_release --id --short | tr 'A-Z' 'a-z' )/apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb && \
8686 apt install -y -V ./apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb && \
8787 apt-get update && apt-get install -y -V \
88- libarrow-dev \
89- libparquet-dev \
90- libarrow-dataset-dev \
91- libarrow-flight-dev \
88+ libarrow-dev=11* \
89+ libparquet-dev=11* \
90+ libarrow-dataset-dev=11* \
91+ libarrow-flight-dev=11* \
9292 --
9393
9494RUN apt-get update && \
Original file line number Diff line number Diff line change 22RUN wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-keyring_1.0-1_all.deb && \
33 dpkg -i cuda-keyring_1.0-1_all.deb && \
44 apt-get update && \
5- apt-get install -y cuda-toolkit-12-0 cuda-drivers-525 libarrow-cuda-dev
5+ apt-get install -y cuda-toolkit-12-0 cuda-drivers-525 libarrow-cuda-dev=11.*
66
77ENV PATH=/usr/local/cuda/bin${PATH:+:${PATH}}
88
You can’t perform that action at this time.
0 commit comments