Keming
Keming
Also, it will be good if can support fish shell autocomplete.
/assign @Belyenochi
> envd will install fish in the build ubuntu image, and I understand what we need to do is modify /pkg/lang/ir /custom.go or similar file to support installed in the...
Hi @Belyenochi, it has been a while. May I know if you're still working on this issue? Feel free to ask for help.
> > Hi @Belyenochi, it has been a while. May I know if you're still working on this issue? > > Feel free to ask for help. > > Hi...
The serving environment has the same problem: it's hard for the data scientists to write a Dockerfile with the **best** practice and integrate it with the CI/CD pipeline. Usually, it's...
I checked the current interface and implementation. There are several things we need to consider. ## serving requirements * minimal base image: cuda-runtime like `nvidia/cuda:11.6.2-runtime-ubuntu20.04` * conda environment (optional) *...
To make it clean, here is a diagram of the current dev env build graph: 
> Another important point about serving is `log`. I think we should consider it . Which kind of logger/collectors are you using? I used to try the GCP StackDriver, users...
I'm trying to make it compatible with the current interface. A draft for the envd file: ```starlark envdlib = include("https://github.com/tensorchord/envdlib") requirements = [ "torch --extra-index-url https://download.pytorch.org/whl/cpu", "torchvision", "numpy", "mosec", "msgpack",...