rapidsai / dask-build-environment

Build environments for various dask related projects on gpuCI
4 stars 11 forks source link

Add libfaiss to dask-sql environment #61

Closed charlesbluca closed 1 year ago

charlesbluca commented 1 year ago

Currently, ML tests are failing in dask-sql because cuML requires libfaiss but there isn't a nightly published with it as a runtime dependency (waiting on https://github.com/rapidsai/cuml/pull/5272).

In the meantime, this PR adds the required libfaiss runtime dependency to the dask-sql environment to unblock CI until new cuML nightlies are published.