Replies: 1 comment 1 reply
-
The best solution for now is to use Docker. We have an image with CUDA, which you can run either directly from Windows or Linux. However, we would also be interested in a version of Livebook Desktop for Linux. Our latest idea is to run the existing dotnet toolkit under Linux with mono. If you want to give us a hand, you can get started by trying to run the dotnet |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Background
I have gone through 2 Livebook setups in the past month, once by myself, and one time helping a friend on Windows machines.
When I tried installing Livebook natively on W11, the installed on the Livebook.dev website worked fine, until I tried to use CUDA, so I fell back to WSL2, but even there installing the latest version of Erlang, Elixir, and all of the surrounding tooling involves installing all of the required build tooling + using a version manager like ASDF.
The installer for my friend simply errored out with a vague error, telling him to check the terminal (which is not even visible anywhere?) and again we had to fall back to WSL2 and going through all the hoops, which an inexperienced WSL and Linux user would never figure out.
What actions can we take?
unzip
!!!)Beta Was this translation helpful? Give feedback.
All reactions