diff --git a/Dockerfile b/Dockerfile index 4dc73e9..d257b74 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,7 @@ -FROM jupyter/tensorflow-notebook +FROM ubuntu:latest + +RUN apt update && apt install -y \ + python3-pip WORKDIR /app @@ -6,6 +9,4 @@ COPY requirements.txt ./ RUN pip install --no-cache-dir -r requirements.txt -COPY Data_download.ipynb ./ - -CMD jupyter execute Data_download.ipynb +COPY Data_download.ipynb ./ diff --git a/stats/Jenkinsfile b/stats/Jenkinsfile index bce9e20..7e3276f 100644 --- a/stats/Jenkinsfile +++ b/stats/Jenkinsfile @@ -2,7 +2,6 @@ pipeline { agent { docker { image 'jvncziii/ium:latest' - args '-it --entrypoint=/bin/bash' } } parameters {