4.3.1 v17
This commit is contained in:
parent
885a138d19
commit
f7468f52b7
@ -4,10 +4,3 @@ RUN apt-get update && \
|
|||||||
apt-get install -y python3 python3-pip
|
apt-get install -y python3 python3-pip
|
||||||
|
|
||||||
RUN pip3 install pandas numpy
|
RUN pip3 install pandas numpy
|
||||||
|
|
||||||
WORKDIR /app
|
|
||||||
|
|
||||||
COPY create-dataset.py /app
|
|
||||||
COPY barcelona_weekends.csv /app
|
|
||||||
|
|
||||||
CMD ["python3", "create-dataset.py"]
|
|
@ -47,7 +47,8 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
archiveArtifacts artifacts: 'barcelona_weekends.train.csv, barcelona_weekends.dev.csv, barcelona_weekends.test.csv', fingerprint: true
|
sh 'python3 create-dataset.py'
|
||||||
|
archiveArtifacts artifacts: 'barcelona_weekends.train.csv, barcelona_weekends.dev.csv, barcelona_weekends.test.csv', fingerprint: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user