envd
envd copied to clipboard
๐๏ธ Reproducible development environment
## Description [nerdctl](https://github.com/containerd/nerdctl/) is a Docker-compatible CLI for [containerd](https://containerd.io/) and it has many new features like rootless mode, compose integration, work with buildkit, and [so on](https://github.com/containerd/nerdctl/#features-present-in-nerdctl-but-not-present-in-docker). PS. I am one...
## Description Now the command to run rstudio server in envd is `sudo /usr/lib/rstudio-server/bin/rserver` The `sudo` is to resolve the system user account problem in rstudio server. We need to...
## Description MLOps teams may want to install some pre-built dependencies like internal SDKs, SSH keys or other things in the image. But it is hard to do it in...
## Descrption I study the design docment and https://github.com/tensorchord/envd/pull/303. In a team work environment, there is no doubt that model, exp log and dataset would be allso a neccessary part...
## Description Support syntax like `envd up -f :build_gpu` to call `build_gpu` function
- [x] #92 - [x] #939 - [x] #957 - [ ] https://github.com/tensorchord/envd/issues/530 - [ ] https://github.com/tensorchord/envd/issues/101 - [x] https://github.com/tensorchord/envd/issues/958
When running the `envd bootstrap` command in a device without the `zsh shell` installed, the following Warning occurs๏ผ ```bash WARN[2022-07-05T10:12:25Z] Warning: unable to enable zsh-completion: /usr/local/share/zsh/site-functions does not exist ```
## Description Currently `envd envs describe` only outputs the dependencies. We should put more information here. --- **Message from the maintainers**: Love this enhancement proposal? Give it a ๐. We...
## Description Cannot find how to install rstudio server in arm64. Thus we only support amd64 now. --- **Message from the maintainers**: Love this enhancement proposal? Give it a ๐....
## Description Now we do not invoke `compilePyPIPackages` in Julia or R, thus we do not install jupyter in the image. We should support the case. ``` def build(): base(os="ubuntu20.04",...