Replies: 1 comment 4 replies
-
I suppose you want to have a development environment instead of an online service image. So you can use def build():
base(image="your_cuda_image", dev=True)
shell("zsh")
install.conda()
install.python() This comes with most of the things you mentioned in your config. Well, except for those zsh plugins. If you would like to give it a try, I suggest to use |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My build.envd file is as follows. I use the zsh under the root privilege by default. May I ask why the conda init zsh command didn't take effect? There is no conda init code block in my /root/.zshrc file.
Beta Was this translation helpful? Give feedback.
All reactions