Standalone node start command customization #2833
petrkozorezov
started this conversation in
Ideas
Replies: 1 comment 5 replies
-
How have you installed Livebook? If you are using the Desktop version, you can set env vars in a script file. You can also set anything in the setup cell before Mix.install. So why would you need to customize the runtime? Can you provide more info? |
Beta Was this translation helpful? Give feedback.
5 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.
-
It would be convenient to be able to customize command how to start standalone node.
In my case, I would like to start node with additional packages installed for specific notebooks. For example, I would like to add rust and cargo when I need to compile explorer with custom flags, such as AVX-512.
Beta Was this translation helpful? Give feedback.
All reactions