mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
moved the downloading of the node_perf tensorflow test-data artifact into the Dockerfile to be downloaded at image-build time 109295
This commit is contained in:
parent
42786afae0
commit
f6c71328cf
@ -32,7 +32,9 @@ RUN wget https://github.com/tensorflow/models/archive/v1.9.0.tar.gz \
|
||||
&& tar xzf v1.9.0.tar.gz \
|
||||
&& rm -f v1.9.0.tar.gz
|
||||
|
||||
RUN python /models-1.9.0/official/wide_deep/data_download.py
|
||||
|
||||
WORKDIR $HOME/models-1.9.0/official/wide_deep
|
||||
ENV PYTHONPATH=$PYTHONPATH:$HOME/models-1.9.0
|
||||
|
||||
ENTRYPOINT python ./data_download.py && python ./wide_deep.py
|
||||
ENTRYPOINT python ./wide_deep.py
|
||||
|
Loading…
Reference in New Issue
Block a user