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 sklearn
|
||||||
RUN pip3 install sacred
|
RUN pip3 install sacred
|
||||||
RUN pip3 install pymongo
|
RUN pip3 install pymongo
|
||||||
|
RUN pip3 install dvc
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any;
|
agent {
|
||||||
|
dockerfile true
|
||||||
|
}
|
||||||
|
|
||||||
stages{
|
stages{
|
||||||
stage('checkout: Check out from version control') {
|
stage('checkout: Check out from version control') {
|
||||||
|
Loading…
Reference in New Issue
Block a user