Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Dockerfile for Python Development #103

Closed
BryanCutler opened this issue Feb 19, 2019 · 1 comment
Closed

Make Dockerfile for Python Development #103

BryanCutler opened this issue Feb 19, 2019 · 1 comment

Comments

@BryanCutler
Copy link
Member

It would be nice to have a Dockerfile to build an image with all the configuration and packages for a developer to start building and testing right away. This would include:

  • Required OS packages
  • Bazel installation
  • TensorFlow
  • Required pip packages
@suphoff
Copy link
Contributor

suphoff commented Feb 20, 2019

  • Update README.md to reflect the required bazel build parameter
 bazel build //tensorflow_io/...  --spawn_strategy standalone 

works for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants