dvc
This commit is contained in:
parent
f7a1ebf119
commit
04cba53919
@ -16,7 +16,7 @@ RUN pip3 install dvc[ssh]
|
||||
|
||||
RUN mkdir /.kaggle && chmod o+w /.kaggle
|
||||
|
||||
RUN useradd -r -u 111 jenkins
|
||||
RUN useradd -r -u 777 jenkins
|
||||
RUN apt install -y sshpass openssh-client
|
||||
|
||||
WORKDIR /ium
|
||||
|
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -38,6 +38,7 @@ pipeline {
|
||||
sh "python ium-data.py"
|
||||
}
|
||||
archiveArtifacts artifacts: 'd_test.csv, d_dev.csv, d_train.csv'
|
||||
sh 'dvc push'
|
||||
}
|
||||
}
|
||||
stage ('Model - training') {
|
||||
|
Loading…
Reference in New Issue
Block a user