This commit is contained in:
Adam Wojdyla 2022-04-01 21:54:11 +02:00
parent c641fcbbcd
commit 94d054c24e

17
Dockerfile Normal file
View File

@ -0,0 +1,17 @@
FROM ubuntu:latest
RUN apt update && apt 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
COPY ./figlet-loop.sh ./
COPY ./download.sh ./
COPY ./script.py ./
COPY ./kaggle.json /root/.kaggle/kaggle.json
# RUN ./download.sh 117928
RUN python3 ./script.py