diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..f16a550 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,9 @@ +FROM ubuntu:latest + +RUN apt-get update && apt-get install -y python3-pip unzip coreutils + +RUN pip install --user kaggle pandas + +WORKDIR /app + +COPY . /app \ No newline at end of file