forked from cupy/cupy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request cupy#8897 from kmaehashi/bp-8847-v13-update_pylibr…
…aft_to_cuvs [backport] Updating pylibraft `pairwise_distance` to cuvs
- Loading branch information
Showing
6 changed files
with
224 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
ARG BASE_IMAGE="rapidsai/rapidsai-core-dev:23.06-cuda11.8-devel-ubuntu22.04-py3.10" | ||
ARG BASE_IMAGE="rapidsai/base:25.02a-cuda12.5-py3.11" | ||
FROM ${BASE_IMAGE} | ||
|
||
USER root | ||
|
||
RUN export DEBIAN_FRONTEND=noninteractive && \ | ||
apt-get -qqy update && \ | ||
apt-get -qqy install ccache git curl | ||
apt-get -qqy install build-essential cuda-toolkit-12-5 ccache git curl | ||
|
||
ENV CUDA_PATH "/usr/local/cuda" | ||
ENV PATH "/usr/lib/ccache:${PATH}" | ||
ENV DISABLE_JUPYTER true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.