Skip to content

Commit

Permalink
Merge branch 'main' into migrate-azure-mnmg
Browse files Browse the repository at this point in the history
  • Loading branch information
skirui-source authored Oct 18, 2023
2 parents 17865c5 + 8f9d5e2 commit 3fdbd88
Show file tree
Hide file tree
Showing 5 changed files with 8,052 additions and 12 deletions.
8 changes: 5 additions & 3 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,21 @@
author = "NVIDIA"

# Single modifiable version for all of the docs - easier for future updates
stable_version = "23.08"
nightly_version = "23.10"
stable_version = "23.10"
nightly_version = "23.12"

versions = {
"stable": {
"rapids_version": stable_version,
"rapids_container": f"nvcr.io/nvidia/rapidsai/base:{stable_version}-cuda11.8-py3.10",
"rapids_notebooks_container": f"nvcr.io/nvidia/rapidsai/notebooks:{stable_version}-cuda11.8-py3.10",
"rapids_conda_channels": "-c rapidsai -c conda-forge -c nvidia",
"rapids_conda_packages": f"rapids={stable_version} python=3.10 cudatoolkit=11.8",
},
"nightly": {
"rapids_version": f"{nightly_version}-nightly",
"rapids_container": f"rapidsai/base:{nightly_version + 'a'}-cuda11.8-py3.10",
"rapids_notebooks_container": f"rapidsai/notebooks:{nightly_version + 'a'}-cuda11.8-py3.10",
"rapids_conda_channels": "-c rapidsai-nightly -c conda-forge -c nvidia",
"rapids_conda_packages": f"rapids={nightly_version} python=3.10 cudatoolkit=11.8",
},
Expand Down Expand Up @@ -72,7 +74,7 @@
"rapids_admonitions",
]

myst_enable_extensions = ["colon_fence"]
myst_enable_extensions = ["colon_fence", "dollarmath"]

# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]
Expand Down
1 change: 1 addition & 0 deletions source/examples/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ rapids-ec2-mnmg/notebook
rapids-autoscaling-multi-tenant-kubernetes/notebook
xgboost-randomforest-gpu-hpo-dask/notebook
rapids-azureml-hpo/notebook
time-series-forecasting-with-hpo/notebook
xgboost-rf-gpu-cpu-benchmark/notebook
xgboost-azure-mnmg-daskcloudprovider/notebook
```
Loading

0 comments on commit 3fdbd88

Please sign in to comment.