WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 62558c8

Browse files
authored
Remove nvidia channel from install selector (#712)
* Remove nvidia channel from install selector * Improve spacing
1 parent 3b3b8b8 commit 62558c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_includes/selector.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -484,9 +484,9 @@
484484
var python_version = this.active_python_ver;
485485
var cuda_version_pinning = this.getCondaVersionSupport(this.active_conda_cuda_ver)["pinning"];
486486
var py_cuda_pkgs = [this.highlightPkgOrImg("python") + "=" + python_version, "'" + this.highlightPkgOrImg("cuda-version") + cuda_version_pinning + "'"].join(" ");
487-
var conda_channels = [rapids_channel, "conda-forge", "nvidia"]
488-
.map(ch => "-" + this.highlightFlag("c") + " " + ch + " ")
489-
.join("");
487+
var conda_channels = [rapids_channel, "conda-forge"]
488+
.map(ch => this.highlightFlag("-c") + " " + ch)
489+
.join(" ");
490490
var indentation = " ";
491491

492492
// sort active_packages to appear in the same order as the additional_rapids_packages list

0 commit comments

Comments
 (0)