changed dockerfile
This commit is contained in:
parent
22a25ae09c
commit
bb65c39339
@ -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
1
stats/Jenkinsfile
vendored
@ -2,7 +2,6 @@ pipeline {
|
|||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
image 'jvncziii/ium:latest'
|
image 'jvncziii/ium:latest'
|
||||||
args '-it --entrypoint=/bin/bash'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
parameters {
|
parameters {
|
||||||
|
Loading…
Reference in New Issue
Block a user