Skip to content

Commit

Permalink
Adding some required environment varaibles.
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepd-nv committed Aug 5, 2024
1 parent 68d1e61 commit 0004eef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions continuous_integration/scripts/build
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ build_ci() {

cd "${REPO_DIR}"

export CUDA_HOME="${CONDA_PREFIX}/targets/x86_64-linux"
export PARALLEL_LEVEL=$(nproc --ignore 1)

python setup.py build_ext --inplace
}

Expand Down

0 comments on commit 0004eef

Please sign in to comment.