Jinjing Zhou
Jinjing Zhou
Do you mean environment variable at runtime(docker run) or build time(docker build)?
Other options for file syncing: - reverse sshfs https://github.com/lima-vm/sshocker - ksync https://github.com/ksync/ksync
Agree it better to be a runtime option. If using git, user should handle the sync related thing by himself (clone git repo and git pull/push). Therefore `config.working_dir` might not...
Found one new syncing tool: https://github.com/mutagen-io/mutagen
The learning curve of nix is too steep. We also found an interesting project https://github.com/maxmcd/bramble using starlark as the frontend language for nix.
I think this is a good idea, espeically the support of estargz from nerdctl can greatly improve user experiences using large images (most cases in data science scenarios). On the...
Actually I'm thinking of that the entrypoint of container will also be able to parse the envd file. Thus we can support the grammar like https://github.com/tensorchord/envd/issues/91#issuecomment-1127442410. Not sure how much...
I'm not so familiar with this part. Is entrypoint the same as the PID 1 process?
Implement in envd destroy command
What do you mean by `on the base mirror`? Do you mean put conda in the base image?