Skip to content

Commit

Permalink
Add nvcc conda package in dev environment (#11154)
Browse files Browse the repository at this point in the history
This PR adds `nvcc` conda package to `cudf` dev environment.

Authors:
  - GALI PREM SAGAR (https://github.com/galipremsagar)

Approvers:
  - AJ Schmidt (https://github.com/ajschmidt8)

URL: #11154
  • Loading branch information
galipremsagar authored Jun 27, 2022
1 parent e0003a0 commit c541d35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conda/environments/cudf_dev_cuda11.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ dependencies:
- ptxcompiler # [linux64]
- gcc_linux-64=9.* # [linux64]
- sysroot_linux-64==2.17 # [linux64]
- nvcc_linux-64=11.5
# Un-comment following lines for ARM specific packages.
# - gcc_linux-aarch64=9.* # [aarch64]
# - sysroot_linux-aarch64==2.17 # [aarch64]
# - nvcc_linux-aarch64=11.5 # [aarch64]

0 comments on commit c541d35

Please sign in to comment.