update jenkinsfile and dockerfile
This commit is contained in:
parent
5c5bd76243
commit
ef5e18ea5e
@ -5,7 +5,7 @@ RUN apt-get install -y python3-pip
|
|||||||
RUN python3 -m pip install kaggle
|
RUN python3 -m pip install kaggle
|
||||||
RUN python3 -m pip install --upgrade pip
|
RUN python3 -m pip install --upgrade pip
|
||||||
RUN python3 -m pip install --upgrade Pillow
|
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 matplotlib
|
||||||
RUN pip3 install --user sklearn
|
RUN pip3 install --user sklearn
|
||||||
RUN apt-get install unzip
|
RUN apt-get install unzip
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent {
|
||||||
dockerfile true
|
docker { image 'maciejczajka/ium:v1' }
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Test') {
|
stage('Test') {
|
||||||
|
Loading…
Reference in New Issue
Block a user