-
Notifications
You must be signed in to change notification settings - Fork 614
Developer environment Dockerfile for ide #1305
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
Comments
I believe that gpu_tests.Dockerfile has all the necessary tools for developement. It's what we actually tell people to use in the CONTRIBUTING.md to compile interactively. For the code format, no need to have the tools installed locally. |
I suppose that we need IDE python and cpp extensions for the addons right? |
I'm not sure I understand your question. Could you expand on this? |
I meant developer need to have both python and cpp support in the IDE right? |
@bhack per your comment on the Discord issue, would you like to join our gitter if you think thats a better discussion forum? We've avoided pushing docker images to hub since we have no access to the |
An initial stub is at microsoft/vscode-dev-containers#258. |
I moved the PR here at #1309 cause it is directly ready for devs with Vscode at checkout. |
@karmel as discussed in our monthly meeting we would like to be able to publish our own development docker image for this issue and other reasons. #1309 may have more details on this particular request. Would you be able to get us in touch with someone who would know if it's possible to publish under tensorflow namespace on DockerHub. That would be preferable to how we're currently publishing images under one of our own accounts. Perhaps commiting a Dockerfile to the tensorflow/tensorflow repo that gets picked up? That may be problematic since we need code from this repo, but would help to know what our options are |
Just a reminder: |
I want to add a Vscode devcontainer entry for tensorflow/addons in microsoft/vscode-dev-containers#14.
Something like the already existing Tensorflow-examples repo.
But it is not clear to me what to put in a complete developer environment
Dockerfile
receipts for Addons cause the current docker images receipts are fragmented in stages (Test, pre-commit, build etc..) as I see in https://github.com/tensorflow/addons/tree/master/tools/dockerThe text was updated successfully, but these errors were encountered: