This commit is contained in:
Adam Wojdyla 2022-04-01 21:53:33 +02:00
parent 0f04cd4915
commit c641fcbbcd

View File

@ -1,17 +0,0 @@
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