You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We suggest "Releases Only", if you haven't subscribved before check the
15
+
We suggest "Releases Only", if you haven't subscribed before check the
16
16
[help for watching and unwatching repositories](https://help.github.com/en/github/receiving-notifications-about-activity-on-github/watching-and-unwatching-repositories).
17
17
18
18
## Contents
@@ -32,21 +32,21 @@ _For usage and command documentation: `./data-science-stack help` at any time._
32
32
_Note: The script is designed to run as the user, and ask for sudo password
33
33
when needed. Do not run it with `sudo ...`
34
34
35
-
On Ubuntu 18.04:
35
+
On Ubuntu 18.04 or 20.04:
36
36
37
37
```bash
38
38
git clone github.com/NVIDIA/data-science-stack
39
39
cd data-science-stack
40
40
./data-science-stack setup-system
41
41
````
42
42
43
-
On Red Hat Enterprise Linux 7.x or 8.x:
43
+
On Red Hat Enterprise Linux Workstation 7.x or 8.x:
44
44
45
45
```bash
46
46
git clone github.com/NVIDIA/data-science-stack
47
47
cd data-science-stack
48
48
./data-science-stack setup-system
49
-
# script will stop, manually install driver ... (instuctions below)
49
+
# script will stop, manually install driver ... (instructions below)
50
50
./data-science-stack setup-system
51
51
```
52
52
@@ -64,11 +64,15 @@ This creates and runs Jupyter in the container. Users can then connect
64
64
with the Jupyter notebook running at <http://localhost:8888/>
65
65
Control-C to exit.
66
66
67
+
To mount data or code into your contianer, see
68
+
[How do I mount data into containers?](#How-do-i-mount-data-into-containers)
69
+
below.
70
+
67
71
The reverse of `build-container` is `purge-container`.
68
72
69
73
For information about Docker refer to <https://docs.docker.com/>
70
74
71
-
### Option 2 - In a Local Conda Environment (Recommended for inital development work)
75
+
### Option 2 - In a Local Conda Environment (Recommended for initial development work)
72
76
73
77
```bash
74
78
./data-science-stack list
@@ -137,7 +141,7 @@ Creating custom environments is covered in the
137
141
* Tesla P, V and T series
138
142
* GeForce 10xx and 20xx
139
143
* Operating System:
140
-
* Ubuntu 18.04.x
144
+
* Ubuntu 18.04 or 20.04
141
145
* Red Hat Enterprise Linux Workstation 7.5+ or 8.0+ (requires license)
142
146
* Other Linux distributions are NOT supported, but may work as long as
143
147
the driver and Docker work.
@@ -146,16 +150,15 @@ Creating custom environments is covered in the
146
150
147
151
Disable "Secure Boot" in the system BIOS/UEFI before installing Linux.
148
152
149
-
### Ubuntu 18.04
153
+
### Ubuntu
150
154
151
-
The Data Science stacks are supported on Ubuntu LTS 18.04.1+ with the
152
-
4.15+ kernel. Ubuntu can be downloaded from
155
+
The Data Science stacks are supported on Ubuntu LTS 18.04.1+ or 20.04
156
+
with the 4.15+ kernel. Ubuntu can be downloaded from
153
157
<https://www.ubuntu.com/download/desktop>
154
158
155
-
### Red Hat Enterprise Linux (RHEL)
159
+
### Red Hat Enterprise Linux Workstation (RHEL)
156
160
157
-
The Data Science stacks are supported on Red Hat Enterprise Linux (RHEL)
158
-
version 7.5+ or 8.x.
161
+
The Data Science stacks are supported on Red Hat Enterprise Linux Workstation(RHEL) version 7.5+ or 8.x.
159
162
The RHEL ISO image can be downloaded with the instructions on:
0 commit comments