This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Description
I am trying to prepare a configuration to contribute for Tensorflow.
As you can from tensorflow/build#8 (comment) I am using the official developer image with -u $(id -u):$(id -g) cause we don't have an existing non root user in the official image.
This is working fine for a manual build inside the container.
Instead for .devcontainer I've tried to use "remoteUser" and "containerUser" but in both cases it find permission problem with /root`.