r6
This commit is contained in:
parent
ab256b7c2a
commit
73daf4b2a3
@ -15,15 +15,13 @@ 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 a+x ./stats-docker.sh
|
||||||
|
RUN chmod a+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