diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..c09375c --- /dev/null +++ b/Dockerfile @@ -0,0 +1,7 @@ +FROM ubuntu:latest +RUN apt-get update +RUN apt-get install -y python +RUN apt-get install -y python3-pip +RUN pip install kaggle +RUN pip install pandas +RUN pip install -U scikit-learn \ No newline at end of file diff --git a/Jenkinsfile b/Jenkinsfile index de83f9c..c784859 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,5 @@ pipeline { - agent any + agent { dockerfile true } parameters { string( defaultValue: 'szymonjadczak',