Skip to content

Commit

Permalink
adding keyring permissions (NVIDIA-Merlin#1008)
Browse files Browse the repository at this point in the history
  • Loading branch information
jperez999 authored Jun 13, 2023
1 parent 48be822 commit 8fe1e54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ ENV PATH=${CUDA_HOME}/lib64/:${PATH}:${CUDA_HOME}/bin

RUN wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-ubuntu2204.pin && \
mv cuda-ubuntu2204.pin /etc/apt/preferences.d/cuda-repository-pin-600 && \
chmod -R 666 /etc/apt/trusted.gpg.d/ubuntu-keyring-2018-archive.gpg && \
apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/3bf863cc.pub


Expand Down

0 comments on commit 8fe1e54

Please sign in to comment.