Dockerfile added
This commit is contained in:
parent
5c9e7018e7
commit
6d87bf3851
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@ -0,0 +1,6 @@
|
||||
FROM ubuntu:latest
|
||||
|
||||
RUN pip install matplotlib
|
||||
RUN apt-get install -y python-tk
|
||||
|
||||
|
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -1,6 +1,5 @@
|
||||
pipeline {
|
||||
agent any
|
||||
|
||||
agent { dockerfile true }
|
||||
stages {
|
||||
stage('Generate plot') {
|
||||
steps {
|
||||
|
Loading…
Reference in New Issue
Block a user