update docker
This commit is contained in:
parent
15339b3ef9
commit
d8dfda5ada
@ -7,7 +7,6 @@ RUN pip install kaggle
|
|||||||
RUN pip install --user pandas
|
RUN pip install --user pandas
|
||||||
RUN pip install --user scikit-learn
|
RUN pip install --user scikit-learn
|
||||||
RUN pip install --user matplotlib
|
RUN pip install --user matplotlib
|
||||||
RUN pip install --user geopandas
|
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -18,7 +18,7 @@ pipeline {
|
|||||||
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
|
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
|
||||||
def customImage = docker.build("custom-image")
|
def customImage = docker.build("custom-image")
|
||||||
customImage.inside {
|
customImage.inside {
|
||||||
sh 'IUM_2.py'
|
sh 'python3 ./IUM_2.py'
|
||||||
archiveArtifacts artifacts: 'meteorite-landings.csv meteorite_train.csv meteorite_test.csv meteorite_val.csv', onlyIfSuccessful: true
|
archiveArtifacts artifacts: 'meteorite-landings.csv meteorite_train.csv meteorite_test.csv meteorite_val.csv', onlyIfSuccessful: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user