data-science-stack icon indicating copy to clipboard operation
data-science-stack copied to clipboard

NVIDIA Data Science stack tools

Results 44 data-science-stack issues
Sort by recently updated
recently updated
newest added

Trying `./data-science-stack build-conda-env` on a fresh ubuntu 20.04 gcp vm causes an error updating the repo: ``` ###NV### Tue Aug 31 07:54:08 UTC 2021 #### START Installing CUDA % Total...

This PR updates the CUDA installation steps for both ubuntu 18.04 and 20.04 according with the [official guide](https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&Distribution=Ubuntu) Fixes https://github.com/NVIDIA/data-science-stack/issues/122

- [x] detect fedora 32 - [x] detect cuda with rpm - [x] install_base - [x] install_driver - [x] install_cuda - [ ] install_docker nvidia-docker does not support fedora, see...

https://github.com/NVIDIA/data-science-stack/blob/617900af8dee9a2d186276797f4a20abef9585fa/data-science-stack.Dockerfile#L42-L58 these lines can be replaced by a RUN data-science-stack install install-miniconda and install-notebooks this will reduce code duplication and the number of places versions need to be updated

There are conflicts despite cuda 11 support