Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save balajismaniam/9953b54dd240ecf085b35ab1bc283f3c to your computer and use it in GitHub Desktop.
Save balajismaniam/9953b54dd240ecf085b35ab1bc283f3c to your computer and use it in GitHub Desktop.
FROM python:3.6-slim-stretch
RUN apt-get update && apt-get install -y git time
RUN pip install https://anaconda.org/intel/tensorflow/1.6.0/download/tensorflow-1.6.0-cp36-cp36m-linux_x86_64.whl
RUN git clone https://github.com/tensorflow/models.git
ENV PYTHONPATH $PYTHONPATH:$HOME/models
WORKDIR $HOME/models/official/wide_deep
RUN python ./data_download.py
ENTRYPOINT python ./wide_deep.py
@vladwa
Copy link

vladwa commented Jun 4, 2019

Error while building docker image.

Step 7/8 : RUN python ./data_download.py
---> Running in 4a54b1db4788
python: can't open file './data_download.py': [Errno 2] No such file or directory
The command '/bin/sh -c python ./data_download.py' returned a non-zero code: 2

@balajismaniam
Copy link
Author

Hi @vladwa. Thanks for trying this out. This Dockerfile needs an update probably. I've not tried it out in a long time.

@vladwa
Copy link

vladwa commented Jun 10, 2019

Thanks for your quick reply. Will you be updating the docker file?

@Chenhait
Copy link

Thanks for your quick reply. Will you be updating the docker file?

hi,do you solve this problem???
thank you very much if any adcance!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment