Skip to content

Commit

Permalink
Pin cuda-python to 11.8.2 as a work around for 11.8.3 incompatibility. (
Browse files Browse the repository at this point in the history
#1320)

Authors:
  - Devin Robison (https://github.com/drobison00)

Approvers:
  - David Gardner (https://github.com/dagardner-nv)
  - Christopher Harris (https://github.com/cwharris)

URL: #1320
  • Loading branch information
drobison00 authored Oct 31, 2023
1 parent 9054d93 commit d91f891
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/conda/environments/cuda11.8_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ dependencies:
- cuda-compiler=11.8
- cuda-nvml-dev=11.8
- cuda-toolkit=11.8
- cuda-python=11.8.2 # 11.8.3 breaks cuda helpers, pin to 11.8.2 for now.
- cudf=23.06
- cupy>=12.0.0
- cxx-compiler
Expand Down

0 comments on commit d91f891

Please sign in to comment.