ium_444507/Dockerfile
2022-04-02 02:56:55 +02:00

20 lines
447 B
Docker

FROM ubuntu:latest
RUN apt-get update && apt-get 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
ARG KAGGLE_USERNAME=testKAGGLE_USERNAME
ARG KAGGLE_KEY=test1KAGGLE_KEY
# RUN ./download.sh 117928
# RUN python3 ./script.py