envd
envd copied to clipboard
๐๏ธ Reproducible development environment
## Description Currently envd used `build.envd` as the default filename. However, the name of `build` restricted the purpose of this file, that we'll have things more than build, such as...
## Description Support the GO programming language in envd config files. ```starlark def build(): base(os="ubuntu20.04", language="go") install.go_packages(name = [ "double-entry-generator", ]) shell("zsh") ``` So that we can use `envd` to...
## Description https://github.com/tensorchord/envd/discussions/426 --- **Message from the maintainers**: Love this enhancement proposal? Give it a ๐. We prioritise the proposals with the most ๐.
## Description We can introduce to developers how to add a new func in envd.
## Description https://github.com/tensorchord/envd-docs/pull/26 Users do not know which pages are auto-generated and which are manually written. We should add a header to the auto-generated doc. cc @VoVAllen
## Description Ref https://docs.pingcap.com/tidb/dev/telemetry We can have a mechanism to collect usage information to help understand how to improve the product. :warning: Please refer to https://docs.pingcap.com/tidb/dev/telemetry#compliance to make sure that...
## Description Currently, we only support single language environments such as Python and R. However, some data science teams use multiple languages at the same time. For example, R users...
https://hub.docker.com/r/tensorchord/python/tags Our GPU image is 2.5GB, CPU image is 173MB. It may take ~30min to download the GPU image. It hurts the user experience.
## Description We can support nightly builds now.
Ref https://github.com/JetBrains/projector-docker