To remove the conflicting value from ~/.gitconfig (Mac/Linux) or C:\Users\YOUR-USER\.gitconfig (Windows), use the git config --global --unset command. git config --global --unset gpg.program Push the change to your dotfiles repository on GitHub. Optionally, to keep your local config...
#10 2.982 Setting up cuda-keyring (1.0-1) ... #10 3.069 E: Conflicting values set for option Signed-By regarding source https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/ /: /usr/share/keyrings/cuda-archive-keyring.gpg != #10 3.069 E: The list of sources ...
This worked for me for a dockerfile, I used the alternative approach on theofficial noticebut I had to remove old source files and I also needed to fetch 2 keys, one for "cuda" and one for "machine learning" Put these after the FROM command ...
Howeverapt-get updatefails with: #10 3.069 E: Conflicting values set for option Signed-By regarding source https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/ /: /usr/share/keyrings/cuda-archive-keyring.gpg != #10 3.069 E: The list of sources could not be read....