File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -22,27 +22,6 @@ pipeline {
22
22
stages {
23
23
stage(' Pre-build Packages from Source' ) {
24
24
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
- }
46
25
stage(' lightgbm' ) {
47
26
options {
48
27
timeout(time : 10 , unit : ' MINUTES' )
You can’t perform that action at this time.
0 commit comments