Skip to content

Commit

Permalink
Add RMM install to build
Browse files Browse the repository at this point in the history
  • Loading branch information
Dillon Cullinan committed Apr 26, 2019
1 parent d42c082 commit 322b1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/gpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ nvidia-smi
logger "Activate conda env..."
source activate gdf
conda install -c nvidia/label/cuda$CUDA_REL -c rapidsai/label/cuda$CUDA_REL -c rapidsai-nightly/label/cuda$CUDA_REL -c numba -c conda-forge \
cudf=$CUDF_VERSION nvgraph networkx python-louvain
cudf=$CUDF_VERSION rmm=$RMM_VERSION nvgraph networkx python-louvain

logger "Check versions..."
python --version
Expand Down

0 comments on commit 322b1af

Please sign in to comment.