update docker

This commit is contained in:
Alicja Szulecka 2024-04-02 19:28:05 +02:00
parent 15339b3ef9
commit d8dfda5ada
2 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,6 @@ RUN pip install kaggle
RUN pip install --user pandas
RUN pip install --user scikit-learn
RUN pip install --user matplotlib
RUN pip install --user geopandas
WORKDIR /app

2
Jenkinsfile vendored
View File

@ -18,7 +18,7 @@ pipeline {
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
def customImage = docker.build("custom-image")
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
}
}