ium_444507/Dockerfile

17 lines
366 B
Docker
Raw Normal View History

2022-04-01 21:54:11 +02:00
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 ./
2022-04-01 22:06:47 +02:00
# COPY ./kaggle.json /root/.kaggle/kaggle.json
2022-04-01 21:54:11 +02:00
# RUN ./download.sh 117928
RUN python3 ./script.py