diff --git a/build.py b/build.py index 268b0f9f75..8590660c19 100755 --- a/build.py +++ b/build.py @@ -850,8 +850,7 @@ def install_dcgm_libraries(dcgm_version, target_machine): return """ ENV DCGM_VERSION {} # Install DCGM. Steps from https://developer.nvidia.com/dcgm#Downloads -RUN apt install /tmp/cuda-keyring.deb && \ - apt-get update && apt-get install -y datacenter-gpu-manager=1:{} +RUN apt-get update && apt-get install -y datacenter-gpu-manager=1:{} """.format( dcgm_version, dcgm_version )