Skip to content

Commit

Permalink
Merge pull request #538 from ajschmidt8/update-libraft-build-cmd
Browse files Browse the repository at this point in the history
Update `libraft` build command
  • Loading branch information
ajschmidt8 authored Mar 20, 2023
2 parents df87703 + 783c9d2 commit 1ea0ba4
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ RUN cd ${RAPIDS_DIR}/benchmark && \

RUN cd ${RAPIDS_DIR}/raft && \
source activate rapids && \
./build.sh --allgpuarch --compile-libs libraft raft-dask pylibraft
./build.sh --allgpuarch --compile-lib libraft raft-dask pylibraft

RUN cd ${RAPIDS_DIR}/cudf && \
source activate rapids && \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ RUN cd ${RAPIDS_DIR}/benchmark && \

RUN cd ${RAPIDS_DIR}/raft && \
source activate rapids && \
./build.sh --allgpuarch --compile-libs libraft raft-dask pylibraft
./build.sh --allgpuarch --compile-lib libraft raft-dask pylibraft

RUN cd ${RAPIDS_DIR}/cudf && \
source activate rapids && \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ RUN cd ${RAPIDS_DIR}/benchmark && \

RUN cd ${RAPIDS_DIR}/raft && \
source activate rapids && \
./build.sh --allgpuarch --compile-libs libraft raft-dask pylibraft
./build.sh --allgpuarch --compile-lib libraft raft-dask pylibraft

RUN cd ${RAPIDS_DIR}/cudf && \
source activate rapids && \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ RUN cd ${RAPIDS_DIR}/benchmark && \

RUN cd ${RAPIDS_DIR}/raft && \
source activate rapids && \
./build.sh --allgpuarch --compile-libs libraft raft-dask pylibraft
./build.sh --allgpuarch --compile-lib libraft raft-dask pylibraft

RUN cd ${RAPIDS_DIR}/cudf && \
source activate rapids && \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ RUN cd ${RAPIDS_DIR}/benchmark && \

RUN cd ${RAPIDS_DIR}/raft && \
source activate rapids && \
./build.sh --allgpuarch --compile-libs libraft raft-dask pylibraft
./build.sh --allgpuarch --compile-lib libraft raft-dask pylibraft

RUN cd ${RAPIDS_DIR}/cudf && \
source activate rapids && \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ RUN cd ${RAPIDS_DIR}/benchmark && \

RUN cd ${RAPIDS_DIR}/raft && \
source activate rapids && \
./build.sh --allgpuarch --compile-libs libraft raft-dask pylibraft
./build.sh --allgpuarch --compile-lib libraft raft-dask pylibraft

RUN cd ${RAPIDS_DIR}/cudf && \
source activate rapids && \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ RUN cd ${RAPIDS_DIR}/benchmark && \

RUN cd ${RAPIDS_DIR}/raft && \
source activate rapids && \
./build.sh --allgpuarch --compile-libs libraft raft-dask pylibraft
./build.sh --allgpuarch --compile-lib libraft raft-dask pylibraft

RUN cd ${RAPIDS_DIR}/cudf && \
source activate rapids && \
Expand Down
2 changes: 1 addition & 1 deletion templates/rapidsai-core/Devel.dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ RUN cd ${RAPIDS_DIR}/{{ lib.name }} && \
./build.sh --allgpuarch libcuml cuml prims

{% elif lib.name == "raft"%}
./build.sh --allgpuarch --compile-libs libraft raft-dask pylibraft
./build.sh --allgpuarch --compile-lib libraft raft-dask pylibraft

{% elif lib.name == "dask-cuda"%}
python setup.py install
Expand Down

0 comments on commit 1ea0ba4

Please sign in to comment.