sadge
This commit is contained in:
parent
7f2ee7ae7c
commit
251926f864
@ -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
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent {
|
||||||
docker { image 'shroomy/ium:4' }
|
dockerfile true
|
||||||
}
|
}
|
||||||
parameters{
|
parameters{
|
||||||
buildSelector(
|
buildSelector(
|
||||||
|
Loading…
Reference in New Issue
Block a user