Skip to content

Commit

Permalink
Add Intel MKL to pip 12.2 devcontainer so we can build faiss
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmaynard committed May 20, 2024
1 parent 59f02f6 commit 01a9f96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/cuda12.2-pip/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"installcuRAND": true,
"installcuSPARSE": true
},
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:24.6": {}
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:24.6": {},
"ghcr.io/rapidsai/devcontainers/features/oneapi:24.6.0": {}
},
"overrideFeatureInstallOrder": [
"ghcr.io/rapidsai/devcontainers/features/ucx",
Expand Down

0 comments on commit 01a9f96

Please sign in to comment.