zadanie doker

This commit is contained in:
szymonj98 2022-04-03 13:25:27 +02:00
parent cf82bb6a28
commit eba82319e7
2 changed files with 8 additions and 1 deletions

7
Dockerfile Normal file
View 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
View File

@ -1,5 +1,5 @@
pipeline {
agent any
agent { dockerfile true }
parameters {
string(
defaultValue: 'szymonjadczak',