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
It is recommended to use the latest release branch for stable code (linked above). All development takes place on the master branch, which is generally [functional](docs/deepops/testing.md) but may change significantly between releases.
55
34
@@ -60,15 +39,15 @@ It is recommended to use the latest release branch for stable code (linked above
60
39
The provisioning system is used to orchestrate the running of all playbooks and one will be needed when instantiating Kubernetes or Slurm clusters. Supported operating systems which are tested and supported include:
61
40
62
41
- NVIDIA DGX OS 4, 5
63
-
- Ubuntu 18.04 LTS, 20.04 LTS
42
+
- Ubuntu 18.04 LTS, 20.04, 22.04 LTS
64
43
- CentOS 7, 8
65
44
66
45
### Cluster System
67
46
68
47
The cluster nodes will follow the requirements described by Slurm or Kubernetes. You may also use a cluster node as a provisioning system but it is not required.
69
48
70
49
- NVIDIA DGX OS 4, 5
71
-
- Ubuntu 18.04 LTS, 20.04 LTS
50
+
- Ubuntu 18.04 LTS, 20.04, 22.04 LTS
72
51
- CentOS 7, 8
73
52
74
53
You may also install a supported operating system on all servers via a 3rd-party solution (i.e. [MAAS](https://maas.io/), [Foreman](https://www.theforeman.org/)) or utilize the provided [OS install container](docs/pxe/minimal-pxe-container.md).
0 commit comments