Skip to content

Commit 3caaa3c

Browse files
committed
remove torch since its installed via pip
1 parent 9fc103b commit 3caaa3c

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

Jenkinsfile

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -22,27 +22,6 @@ pipeline {
2222
stages {
2323
stage('Pre-build Packages from Source') {
2424
parallel {
25-
stage('torch') {
26-
options {
27-
timeout(time: 180, unit: 'MINUTES')
28-
}
29-
steps {
30-
sh '''#!/bin/bash
31-
set -exo pipefail
32-
source config.txt
33-
cd packages/
34-
./build_package --base-image $BASE_IMAGE_REPO/$GPU_BASE_IMAGE_NAME:$BASE_IMAGE_TAG \
35-
--package torch \
36-
--version $TORCH_VERSION \
37-
--build-arg TORCHAUDIO_VERSION=$TORCHAUDIO_VERSION \
38-
--build-arg TORCHTEXT_VERSION=$TORCHTEXT_VERSION \
39-
--build-arg TORCHVISION_VERSION=$TORCHVISION_VERSION \
40-
--build-arg CUDA_MAJOR_VERSION=$CUDA_MAJOR_VERSION \
41-
--build-arg CUDA_MINOR_VERSION=$CUDA_MINOR_VERSION \
42-
--push
43-
'''
44-
}
45-
}
4625
stage('lightgbm') {
4726
options {
4827
timeout(time: 10, unit: 'MINUTES')

0 commit comments

Comments
 (0)