jupyterhub / the-littlest-jupyterhub

Simple JupyterHub distribution for 1-100 users on a single server
https://tljh.jupyter.org
BSD 3-Clause "New" or "Revised" License
1.04k stars 340 forks source link

Include CUDA installation instructions in TLJH Docs #197

Open jzf2101 opened 6 years ago

jzf2101 commented 6 years ago

@koustuvsinha and I are trying to figure out how to install CUDA on TLJH with GCP. This could be put in an alternate install script.

jzf2101 commented 6 years ago
screen shot 2018-10-11 at 6 28 56 pm
koustuvsinha commented 6 years ago

Installing CUDA 9.2 on Ubuntu 18.04: https://www.reddit.com/r/pytorch/comments/9kqf6j/how_do_i_install_pytorch_with_cuda_10/

jzf2101 commented 6 years ago

We need to provide install instruction fro CUDA 9.2 because a bunch of dl libraries don't yet support CUDA 10

consideRatio commented 3 years ago

Should we pursue this still? In my experience, this is a hard to maintain kind of documentation.

I think documenting broad steps could be relevant, but not specifying specific packages to install or how to do it in detail. I've installed cuda, cudatoolkit, nvidia-drivers, and other misc packages in various ways and the details are always changing.