Skip to content

Commit

Permalink
Update security banner for new releases (#120)
Browse files Browse the repository at this point in the history
* Update security banner for new releases
* Fix link targets
---------
Signed-off-by: Mike McKiernan <mmckiernan@nvidia.com>
  • Loading branch information
mikemckiernan authored Nov 5, 2024
1 parent 44869cb commit 47cb579
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gpu-operator/platform-support.rst
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ system that meets the following requirements is supported:

NVIDIA IGX Orin, a platform with an integrated GPU, is supported as long as the discrete GPU is the device being used.

.. _supported-deployment-options-hypervisors-and-nvidia-vgpu-based-products:
.. _Supported Deployment Options, Hypervisors, and NVIDIA vGPU Based Products:

Supported Deployment Options
----------------------------
Expand Down
3 changes: 1 addition & 2 deletions gpu-telemetry/dcgm-exporter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,5 @@ as can be seen in the output below:
DCGM_FI_PROF_DRAM_ACTIVE{gpu="0",UUID="GPU-34319582-d595-d1c7-d1d2-179bcfa61660",device="nvidia0",GPU_I_PROFILE="1g.5gb",GPU_I_ID="13",Hostname="ub20-a100-k8s"} 0.800339
For more information on the profiling metrics and how to interpret the metrics, refer to the `profiling metrics <https://docs.nvidia.com/datacenter/dcgm/latest/dcgm-user-guide/feature-overview.html#profiling>`_
section of the DCGM user guide.
For more information on the profiling metrics and how to interpret the metrics, refer to :external+dcgm:ref:`profiling metrics` in the `NVIDIA DCGM User Guide`.

2 changes: 1 addition & 1 deletion repo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ sphinx_conf_py_extra = """
html_css_files.append("custom.css")
highlight_language = 'console'
intersphinx_mapping = {
"dcgm": ('https://docs.nvidia.com/datacenter/dcgm/latest/', None),
"dcgm": ("https://docs.nvidia.com/datacenter/dcgm/latest/", "../work/dcgm-offline.inv"),
"gpuop": ("https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/",
("_build/docs/gpu-operator/latest/objects.inv", None)),
"ctk": ("https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/",
Expand Down
2 changes: 1 addition & 1 deletion templates/breadcrumbs.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

{%- block breadcrumbs %}
<div> <!-- class="omni-version-warning" -->
<p class="omni-version-warning-content"> Upgrade to NVIDIA Container Toolkit v1.16.2 or GPU Operator v24.6.2 to install a critical security update.<br/>
<p class="omni-version-warning-content"> Upgrade to NVIDIA Container Toolkit v1.16.2 or higher, or GPU Operator v24.6.2 or higher to install a critical security update.<br/>
Refer to <a href="https://nvidia.custhelp.com/app/answers/detail/a_id/5582">Security Bulletin: NVIDIA Container Toolkit - September 2024</a> for more information.</p>
</div>

Expand Down
Binary file added work/dcgm-offline.inv
Binary file not shown.

0 comments on commit 47cb579

Please sign in to comment.