rm
This commit is contained in:
parent
0f04cd4915
commit
c641fcbbcd
17
dockerfile
17
dockerfile
@ -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
|
Loading…
Reference in New Issue
Block a user