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

Base Dockerfiles for tfio #1089

Merged
merged 2 commits into from
Aug 17, 2020
Merged

Base Dockerfiles for tfio #1089

merged 2 commits into from
Aug 17, 2020

Conversation

kvignesh1420
Copy link
Member

@kvignesh1420 kvignesh1420 commented Aug 14, 2020

This PR addresses the issue/discussion: #1087 and creates a directory for maintaining dockerfiles.

The directory currently consists of:

  • cpu.Dockerfile
  • devel.Dockerfile
  • README.md

The base README.md has also been updated to use the updated path for building devel docker image.

NOTE: I am using pip for installing the tf and tfio packages in cpu.Dockerfile and not building tfio from scratch to keep the process minimal. (following the same approach as https://github.com/tensorflow/tensorflow/blob/master/tensorflow/tools/dockerfiles/dockerfiles/cpu.Dockerfile )

Copy link
Member

@yongtang yongtang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, I think for coverage purposes, maybe we could add a follow up PR to trigger a simple docker build through GitHub Actions so that we can make sure commit will not break.

@yongtang yongtang merged commit 6f458c3 into tensorflow:master Aug 17, 2020
@kvignesh1420 kvignesh1420 deleted the dockerfiles branch August 17, 2020 17:43
i-ony pushed a commit to i-ony/io that referenced this pull request Feb 8, 2021
* added minimal cpu.Dockerfile and README.md

* updated tools/docker/README.md
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

Successfully merging this pull request may close these issues.

2 participants