File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
admin/environment-management Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ such as Docker and systemd, in their environments.
22
22
** Note:** Coder doesn't support legacy versions of cluster-wide proxy services
23
23
such as Istio.
24
24
25
+ > NVIDIA GPUs can be added to CVMs on bare metal clusters only. This feature is
26
+ > not supported on Google Kubernetes Engine or other cloud providers at this
27
+ > time.
28
+ >
25
29
> Support for NVIDIA [ GPUs] ( gpu-acceleration.md ) is in ** beta** . We do not
26
30
> support AMD GPUs at this time.
27
31
Original file line number Diff line number Diff line change @@ -12,12 +12,15 @@ description: "Released on 04/09/21"
12
12
- web: Added a toggle to enable/disable workspaces as code on the ** Manage >
13
13
Admin > Templates** page. Disabling workspaces as code has the following
14
14
impact:
15
- - New workspaces cannot be created from a template
15
+ - New workspaces cannot be created from a template.
16
16
- Existing workspaces built from a template will continue to operate and may
17
17
be rebuilt. These workspaces will still be notified of changes to remote
18
18
templates.
19
19
- infra: Added beta support for NVIDIA GPUs in environments created as
20
20
container-based virtual machines (CVMs).
21
+ - NVIDIA GPUs can be added to container-based virtual machines (CVMs) on bare
22
+ metal clusters. GKE and other cloud providers are currently not supported
23
+ at this time.
21
24
- web: Environments can now be created with multiple GPUs (maximum number of
22
25
GPUs: 20).
23
26
You can’t perform that action at this time.
0 commit comments