changed dockerfile

This commit is contained in:
s495716 2024-03-29 14:15:55 +01:00
parent 22a25ae09c
commit bb65c39339
2 changed files with 1 additions and 2 deletions

View File

@ -8,4 +8,4 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY Data_download.ipynb ./ COPY Data_download.ipynb ./
CMD jupyter execute Data_download.ipynb ENTRYPOINT ["jupyter", "execute", "Data_download.ipynb"]

1
stats/Jenkinsfile vendored
View File

@ -2,7 +2,6 @@ pipeline {
agent { agent {
docker { docker {
image 'jvncziii/ium:latest' image 'jvncziii/ium:latest'
args '-it --entrypoint=/bin/bash'
} }
} }
parameters { parameters {