dvc dependency
This commit is contained in:
parent
4aa18c3b0e
commit
47da5459a7
@ -13,6 +13,7 @@ RUN pip3 install tensorflow
|
||||
RUN pip3 install sklearn
|
||||
RUN pip3 install sacred
|
||||
RUN pip3 install pymongo
|
||||
RUN pip3 install dvc
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
pipeline {
|
||||
agent any;
|
||||
agent {
|
||||
dockerfile true
|
||||
}
|
||||
|
||||
stages{
|
||||
stage('checkout: Check out from version control') {
|
||||
|
Loading…
Reference in New Issue
Block a user