Skip to content
Merged
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
1 change: 0 additions & 1 deletion docs/workspace/system_requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ cuda = "12" # Replace "12" with the specific CUDA version you intend to use
1. Can `system-requirements` enforce a specific CUDA runtime version?
- No. The `system-requirements` field is used to specify the maximum supported CUDA version based on the host’s NVIDIA driver API.
Adding this field ensures that packages depending on `__cuda >= {version}` are resolved correctly.
2.

### Setting System Requirements environment specific
This can be set per `feature` in the `the manifest` file.
Expand Down