zadanie doker
This commit is contained in:
parent
cf82bb6a28
commit
eba82319e7
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@ -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
|
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -1,5 +1,5 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent { dockerfile true }
|
||||||
parameters {
|
parameters {
|
||||||
string(
|
string(
|
||||||
defaultValue: 'szymonjadczak',
|
defaultValue: 'szymonjadczak',
|
||||||
|
Loading…
Reference in New Issue
Block a user