python
This commit is contained in:
parent
972e98c9e1
commit
2eee79c2f1
13
Dockerfile
13
Dockerfile
@ -1,13 +1,14 @@
|
|||||||
FROM ubuntu:latest
|
FROM ubuntu:latest
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y figlet python3 python3-pip unzip
|
|
||||||
RUN pip3 install --user kaggle
|
|
||||||
RUN pip3 install --user pandas
|
|
||||||
|
|
||||||
ENV PATH="/root/.local/bin:${PATH}"
|
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
RUN apt-get update && apt-get install -y figlet python3 python3-pip unzip
|
||||||
|
RUN pip3 install kaggle
|
||||||
|
RUN pip3 install pandas
|
||||||
|
|
||||||
|
ENV PATH="/root/.local/bin:${PATH}"
|
||||||
|
|
||||||
|
COPY . .
|
||||||
COPY ./figlet-loop.sh ./
|
COPY ./figlet-loop.sh ./
|
||||||
COPY ./download.sh ./
|
COPY ./download.sh ./
|
||||||
COPY ./script.py ./
|
COPY ./script.py ./
|
||||||
|
@ -26,8 +26,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Prepare dataset') {
|
stage('Prepare dataset') {
|
||||||
steps {
|
steps {
|
||||||
sh 'python3 ./script.py'
|
sh 'python ./script.sh'
|
||||||
sh 'ls'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user