From ef5e18ea5e120c993537d424608496cdc19f2770 Mon Sep 17 00:00:00 2001 From: Maciej Czajka Date: Fri, 1 Apr 2022 13:50:58 +0200 Subject: [PATCH] update jenkinsfile and dockerfile --- Dockerfile | 2 +- Jenkinsfile_docker | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6ce183e..b1ca715 100755 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN apt-get install -y python3-pip RUN python3 -m pip install kaggle RUN python3 -m pip install --upgrade pip RUN python3 -m pip install --upgrade Pillow -RUN pip3 install --user pandas && ls -la ~/.local/lib/python3.7/site-packages +RUN pip3 install --user pandas RUN pip3 install --user matplotlib RUN pip3 install --user sklearn RUN apt-get install unzip diff --git a/Jenkinsfile_docker b/Jenkinsfile_docker index e096602..581aa97 100644 --- a/Jenkinsfile_docker +++ b/Jenkinsfile_docker @@ -1,6 +1,6 @@ pipeline { agent { - dockerfile true + docker { image 'maciejczajka/ium:v1' } } stages { stage('Test') {