You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# As the NVML integration is a community integration, it is not packaged with the Agent image by default. A custom image with the packaged integration should therefore be used in containerized environments.
# Setup taken from https://docs.datadoghq.com/agent/guide/use-community-integrations/?tab=docker
# Installs the NVML integration version 1.0.9.
# See the changelog for the other versions that are available (https://github.com/DataDog/integrations-extras/blob/master/nvml/CHANGELOG.md)
FROM gcr.io/datadoghq/agent:latest
RUN agent integration install -t -r datadog-nvml==1.0.9
# Use versioned link to the requirements to install the PIP libraries used by the check
RUN curl https://raw.githubusercontent.com/DataDog/integrations-extras/nvml-1.0.9/nvml/requirements.in > /tmp/requirements.in && /opt/datadog-agent/embedded/bin/pip3 install -r /tmp/requirements.in
# Why do you need these variables: See https://github.com/NVIDIA/nvidia-docker/wiki/Usage