Skip to content

Commit d2fb31c

Browse files
authored
Merge pull request #44 from NVIDIA/dev2.5
Merge dev2.5 to master
2 parents c0ff198 + 68bf49a commit d2fb31c

8 files changed

Lines changed: 484 additions & 703 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ tmp.json
33
*.log
44
*.deb
55
*.rpm
6+
*.txt

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Creating custom environments is covered in the
138138
* GeForce 10xx and 20xx
139139
* Operating System:
140140
* Ubuntu 18.04.x
141-
* Red Hat Enterprise Linux 7.5+ or 8.0+ (requires license)
141+
* Red Hat Enterprise Linux Workstation 7.5+ or 8.0+ (requires license)
142142
* Other Linux distributions are NOT supported, but may work as long as
143143
the driver and Docker work.
144144
@@ -176,7 +176,7 @@ Customer Portal using Red Hat Subscription-Manager for further information -
176176
## Installing the NVIDIA GPU Driver
177177
178178
It is important that updated NVIDIA drivers are installed on the system.
179-
The minimum version of the NVIDIA driver supported is 450.51.06.
179+
The minimum version of the NVIDIA driver supported is 455.23.04.
180180
More recent drivers may be available, but may not have been tested with the
181181
data science stacks.
182182
@@ -277,8 +277,8 @@ Download and install the driver:
277277
278278
```bash
279279
# Check for the latest before using - https://www.nvidia.com/Download/index.aspx
280-
wget http://us.download.nvidia.com/XFree86/Linux-x86_64/450.57/NVIDIA-Linux-x86_64-450.57.run
281-
sudo sh ./NVIDIA-Linux-x86_64-450.57.run
280+
wget http://us.download.nvidia.com/XFree86/Linux-x86_64/455.23.04/NVIDIA-Linux-x86_64-455.23.04.run
281+
sudo sh ./NVIDIA-Linux-x86_64-455.23.04.run
282282
```
283283
284284
> **Note**: In some cases the following prompts will occur:
@@ -539,6 +539,15 @@ script will let you know how to remove the old driver.
539539
About 30GB free should be enough. A lot of space is needed during
540540
environment/container creation since Conda has a package cache.
541541

542+
**The script is failing after it cannot reach URLs or download files**
543+
544+
To setup the Data Science Stack the script needs to update the OS and other
545+
installed packages, install software from NVIDIA, setup Docker and pull
546+
containers, download Conda packages, clone repos from GitHub, and other tasks.
547+
During this process if the network is down, the the OS or IT firewalls are
548+
blocking any of those hosts errors will occur. Retrying the command will
549+
work in most cases after the problem/block is resolved.
550+
542551

543552
## More Information
544553

0 commit comments

Comments
 (0)