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 93973e7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -850,10 +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 && \
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
)
Expand Down

0 comments on commit 93973e7

Please sign in to comment.