This commit is contained in:
s434695 2021-05-15 14:00:59 +02:00
parent 7f2ee7ae7c
commit 251926f864
2 changed files with 3 additions and 1 deletions

View File

@ -16,6 +16,8 @@ RUN pip3 install --user tensorflow
RUN pip3 install --user sacred RUN pip3 install --user sacred
RUN pip3 install --user wget RUN pip3 install --user wget
RUN pip3 install --user keras RUN pip3 install --user keras
RUN pip3 install --user GitPython
RUN pip3 install --user pymongo
WORKDIR /app WORKDIR /app

View File

@ -1,6 +1,6 @@
pipeline { pipeline {
agent { agent {
docker { image 'shroomy/ium:4' } dockerfile true
} }
parameters{ parameters{
buildSelector( buildSelector(