add Dockerfile

This commit is contained in:
zgolebiewska 2024-04-02 20:34:21 +02:00
parent 369777ee87
commit a50724ddc9
2 changed files with 10 additions and 1 deletions

10
Dockerfile Normal file
View 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 ./

View File

@ -2,5 +2,4 @@
head -n 100 OrangeQualityData.csv > processed_data.csv
cp processed_data.csv results.txt