Replies: 2 comments 3 replies
-
The user experience would like: # Use the conda instead of docker to create the environment
$ envd --conext local-conda up
install python packages and conda packages...
configure environment variables...
# The shell is configured with `conda activate env`
(env) $ |
Beta Was this translation helpful? Give feedback.
3 replies
-
I think it's okay. But there exists several concerns that I may take care of:
The only group of developers/researchers I think that need
If so, I would further suggest that the Just my personal opinion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Now we run the docker container and use ssh or jupyter to attach into the container. I am wondering if we can, or should, support the native local mode:
We use virtual env or conda to create the environment in this mode.
The benefit is that we can provide one manifest, and users can use envd to create an environment on host OS, on docker, and on kubernetes in the future.
Beta Was this translation helpful? Give feedback.
All reactions