Skip to content

Commit

Permalink
Do not read cuda-keyring
Browse files Browse the repository at this point in the history
  • Loading branch information
babakbehzad committed Mar 23, 2024
1 parent 8ced3bb commit 4c6b7af
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -850,9 +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 curl -o /tmp/cuda-keyring.deb \
https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-keyring_1.0-1_all.deb \
&& apt install /tmp/cuda-keyring.deb && rm /tmp/cuda-keyring.deb && \
RUN apt install /tmp/cuda-keyring.deb && \
apt-get update && apt-get install -y datacenter-gpu-manager=1:{}
""".format(
dcgm_version, dcgm_version
Expand Down

0 comments on commit 4c6b7af

Please sign in to comment.