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 9f27a5b commit 617b422Copy full SHA for 617b422
Dockerfile.tmpl
@@ -326,6 +326,7 @@ RUN pip install mpld3 && \
326
pip install geoplot && \
327
pip install eli5 && \
328
pip install kaggle && \
329
+ pip install mock && \
330
/tmp/clean-layer.sh
331
332
RUN pip install tensorpack && \
Jenkinsfile
@@ -145,7 +145,7 @@ pipeline {
145
stage('Test on T4x2') {
146
agent { label 'ephemeral-linux-gpu-t4x2' }
147
options {
148
- timeout(time: 20, unit: 'MINUTES')
+ timeout(time: 30, unit: 'MINUTES')
149
}
150
steps {
151
sh '''#!/bin/bash
0 commit comments