r5
This commit is contained in:
parent
8320d74da3
commit
ab256b7c2a
@ -15,13 +15,15 @@ RUN python3 -m pip install pandas
|
|||||||
RUN python3 -m pip freeze
|
RUN python3 -m pip freeze
|
||||||
|
|
||||||
ENV PATH="/root/.local/bin:${PATH}"
|
ENV PATH="/root/.local/bin:${PATH}"
|
||||||
|
|
||||||
|
RUN chmod u+x ./stats-docker.sh
|
||||||
|
RUN chmod u+x ./script-stats.py
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
ARG KAGGLE_USERNAME
|
ARG KAGGLE_USERNAME
|
||||||
ARG KAGGLE_KEY
|
ARG KAGGLE_KEY
|
||||||
|
|
||||||
RUN chmod u+x ./stats-docker.sh
|
|
||||||
RUN chmod u+x ./script-stats.py
|
|
||||||
|
|
||||||
# RUN ./download.sh 117928
|
# RUN ./download.sh 117928
|
||||||
RUN python3 ./script-download.py
|
RUN python3 ./script-download.py
|
Loading…
Reference in New Issue
Block a user