add Dockerfile
This commit is contained in:
parent
369777ee87
commit
a50724ddc9
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
FROM ubuntu:latest
|
||||||
|
|
||||||
|
RUN apt-get update && apt-get install -y python3-pip unzip coreutils
|
||||||
|
|
||||||
|
RUN pip install --user kaggle pandas
|
||||||
|
|
||||||
|
WORKDIR /app
|
||||||
|
|
||||||
|
COPY ./data_processing.sh ./
|
||||||
|
COPY ./OrangeQualityData.csv ./
|
@ -2,5 +2,4 @@
|
|||||||
|
|
||||||
head -n 100 OrangeQualityData.csv > processed_data.csv
|
head -n 100 OrangeQualityData.csv > processed_data.csv
|
||||||
|
|
||||||
|
|
||||||
cp processed_data.csv results.txt
|
cp processed_data.csv results.txt
|
Loading…
Reference in New Issue
Block a user