Skip to content

chore: add note re: known issue re: GPUs #264

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions admin/environment-management/cvms.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ such as Docker and systemd, in their environments.
**Note:** Coder doesn't support legacy versions of cluster-wide proxy services
such as Istio.

> NVIDIA GPUs can be added to CVMs on bare metal clusters only. This feature is
> not supported on Google Kubernetes Engine or other cloud providers at this
> time.
>
> Support for NVIDIA [GPUs](gpu-acceleration.md) is in **beta**. We do not
> support AMD GPUs at this time.

Expand Down
5 changes: 4 additions & 1 deletion changelog/1.17.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@ description: "Released on 04/09/21"
- web: Added a toggle to enable/disable workspaces as code on the **Manage >
Admin > Templates** page. Disabling workspaces as code has the following
impact:
- New workspaces cannot be created from a template
- New workspaces cannot be created from a template.
- Existing workspaces built from a template will continue to operate and may
be rebuilt. These workspaces will still be notified of changes to remote
templates.
- infra: Added beta support for NVIDIA GPUs in environments created as
container-based virtual machines (CVMs).
- NVIDIA GPUs can be added to container-based virtual machines (CVMs) on bare
metal clusters. GKE and other cloud providers are currently not supported
at this time.
- web: Environments can now be created with multiple GPUs (maximum number of
GPUs: 20).

Expand Down