Skip to content

Commit

Permalink
add nvcc path in Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
yidawang committed Jun 26, 2020
1 parent ced1e98 commit 824d035
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ stage("Build and Publish") {
conda activate ${ENV_NAME}
export CUDA_VISIBLE_DEVICES=${CUDA_VISIBLE_DEVICES}
export LD_LIBRARY_PATH=/usr/local/cuda-10.1/lib64
export PATH=${PATH}:/usr/local/cuda-10.1/bin
d2lbook build eval
rm -rf _build/eval/*/*.tar* _build/eval/*/*.json _build/eval/*/*.params
"""
Expand Down

0 comments on commit 824d035

Please sign in to comment.