We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc02b80 commit 20bce43Copy full SHA for 20bce43
Jenkinsfile
@@ -43,6 +43,7 @@ pipeline {
43
set -exo pipefail
44
45
date
46
+ docker pull gcr.io/kaggle-images/python:${PRETEST_TAG}
47
./test --image gcr.io/kaggle-images/python:${PRETEST_TAG}
48
'''
49
}
@@ -85,6 +86,7 @@ pipeline {
85
86
87
88
89
+ docker pull gcr.io/kaggle-private-byod/python:${PRETEST_TAG}
90
./test --gpu --image gcr.io/kaggle-private-byod/python:${PRETEST_TAG}
91
92
0 commit comments