envd
envd copied to clipboard
๐๏ธ Reproducible development environment
1. update the contributing and dev links to the new location, this line L225 2. clean up tailing spaces Signed-off-by: Wei Zhang
1. detect version git tag for base image, set to `latest` if empty 2. update built.sh to add a tag env var, so that CI could use to change the...
Signed-off-by: nullday
Signed-off-by: Keming
Signed-off-by: Jinjing.Zhou
``` envd up --path ./examples/mnist -f ./examples/mnist/build_gpu.envd error: no such file or directory ``` We use the path dir as the cwd, thus we cannot find the file `./examples/mnist/build_gpu.envd `...
Common requirements: - [ ] Log recording (i.e. when run `python train.py` store stdout/stderr in the log file (or some remote path) ) - [ ] Error handling (i.e. when...
## Description Support collecting related metrics (cpu/gpu/memory/disk) and demonstrate it to users --- **Message from the maintainers**: Love this enhancement proposal? Give it a ๐. We prioritise the proposals with...
## Description There are a lot of duplcated case between them on the `build` stage. Maybe we should introduce a common module.
## Description Possible solution: - Use GID=0 for `envd` user - Use root as the default user Reference: https://github.com/boxboat/fixuid