Skip to content

Commit

Permalink
Use cuda-toolkit in release container build (#997)
Browse files Browse the repository at this point in the history
- Update conda recipe to use `cuda-toolkit` for build
- `cuda-toolkit` no longer gets installed as run dependency by `cudf` (via `cuda-python`)

Authors:
  - Eli Fajardo (https://github.com/efajardo-nv)

Approvers:
  - Michael Demoret (https://github.com/mdemoret-nv)

URL: #997
  • Loading branch information
efajardo-nv authored Jun 28, 2023
1 parent aa8f442 commit 3a8a071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/conda/recipes/morpheus/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ outputs:
- ninja
host:
- cuda-cudart
- cuda-driver-dev
- cuda-toolkit
- cudf {{ rapids_version }}
- cython >=0.29,<0.30
- libcudf {{ rapids_version }}
Expand Down

0 comments on commit 3a8a071

Please sign in to comment.