add
This commit is contained in:
parent
c641fcbbcd
commit
94d054c24e
17
Dockerfile
Normal file
17
Dockerfile
Normal 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
|
Loading…
Reference in New Issue
Block a user