ium_444507/Dockerfile

25 lines
496 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 23:23:48 +02:00
ARG KAGGLE_USERNAME=testKAGGLE_USERNAME
ARG KAGGLE_KEY=test1KAGGLE_KEY
RUN echo $KAGGLE_USERNAME
RUN echo $KAGGLE_KEY
2022-04-01 23:05:45 +02:00
RUN env
# RUN ./download.sh 117928
# RUN python3 ./script.py