Jinjing Zhou
Jinjing Zhou
Probably we can make this part of `envd init` command, such as `envd init --demo`
Closed in #804
Research segement.io Decide what data to be collected
# Runtime Lang Design Explicit call runtime running program ```python def jupyter(port): # Will add this as subprocess to PID 1 cmd("jupyter --port={}".format(port)).redirect(stdout=file("stdout.log"), stderr=endpoint("http://api.tensorchord.ai/record_err")) def launch_ssh(): # launch ssh cmd("/var/midi-ssh")...
- [x] Print stack trace
Write a proposal this week
## Mount Code Proposal There will be two ways to mount the code, directly clone git repo or use syncthing to sync folder insider container with user's local directory. Reference:...
The original build func should work in most cases, but the pod on k8s may not be provisioned exactly as what user wants. Since `build` funcs won't contain any k8s...
It's viable. I think the core difference here is that `build_k8s` design implies `build` function is the major way of using envd at local docker environment. Therefore any changes to...