Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ RUN pip install scipy && \
apt-get install -y pandoc && \
pip install git+https://github.com/scikit-learn-contrib/py-earth.git@issue191 && \
pip install essentia && \
apt-get install -y git-lfs && \
/tmp/clean-layer.sh

# vtk with dependencies
Expand Down Expand Up @@ -326,6 +327,7 @@ RUN pip install mpld3 && \
pip install geoplot && \
pip install eli5 && \
pip install kaggle && \
pip install mock && \
/tmp/clean-layer.sh

RUN pip install tensorpack && \
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ pipeline {
stage('Test on T4x2') {
agent { label 'ephemeral-linux-gpu-t4x2' }
options {
timeout(time: 20, unit: 'MINUTES')
timeout(time: 30, unit: 'MINUTES')
}
steps {
sh '''#!/bin/bash
Expand Down