λ컀μμ λ컀νμΌμ κΈ°λ°μΌλ‘ μ΄λ―Έμ§ λΉλλ₯Ό νλ€κ° μλ λͺ λ Ήμ΄μμ λ€μκ³Ό κ°μ μλ¬κ° λ°μνλ€.
RUN apt-get update && apt-get install -y git
#5 9.381 W: GPG error: https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64 InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A4B469963BF863CC
#5 9.381 E: The repository 'https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64 InRelease' is no longer signed.
μμΈ
apt-get updat
λͺ
λ Ήμ΄κ° μλ¬μ μμΈμΈλ°, Nvidiaμμ GPG public keyλ₯Ό κ΅μ²΄ν΄μ A4B469963BF863CC ν€λ₯Ό μ°Ύμ μ μμ΄ λ°μν μ€λ₯λ€.
ν΄κ²°
μ§μ ν€λ₯Ό μλμΌλ‘ κ΅μ²΄ν΄μ€μΌνλ€.
-- RUN apt-get update μ΄μ μ μΆκ°
RUN apt-key del 7fa2af80 && apt-key adv --fetch-keys http://developer.download.nvidia.com/compute/cuda/repos/$distro/$arch/3bf863cc.pub
μ΄λ url νλ°λΆμ OSλ²μ /$distro/$arch
μ λ³ΈμΈ νκ²½μ λ§κ² μ
λ ₯ν΄μ€μΌ νλ€. (μλμ¬μ§ μ°Έκ³ !)
λλ μλμ°μμ docker desktopμΌλ‘ μμ
μ€μ΄μ΄μ, wsl-ubuntu/x86_64
λ₯Ό μ§μ΄λ£κ³ μ€ννλ€.
ps. λ컀νμΌμμ μ€ννλκ² μλλΌ μ§μ λͺ λ Ήμ΄ μ€ννλ κ²½μ° μλμ²λΌ λμ€λ‘ λλ μ€ν
$ apt-key del 7fa2af80
$ apt-key adv --fetch-keys http://developer.download.nvidia.com/compute/cuda/repos/$distro/$arch/3bf863cc.pub
μ°Έκ³
https://forums.developer.nvidia.com/t/notice-cuda-linux-repository-key-rotation/212771
Notice: CUDA Linux Repository Key Rotation
To best ensure the security and reliability of our RPM and Debian package repositories, NVIDIA is updating and rotating the signing keys used by apt, dnf/yum, and zypper package managers beginning April 27, 2022. Failure to update your repository signing k
forums.developer.nvidia.com
'π μΈλ΄μ¬μ΄ λ°λ₯λ λ§λ Error λͺ¨μμ§' μΉ΄ν κ³ λ¦¬μ λ€λ₯Έ κΈ
[Python] νμΌ μ½κΈ° μλ¬ cp949 (0) | 2023.03.28 |
---|---|
[Vue.js] npm run λͺ λ Ήμ΄ μ€λ₯ (0) | 2022.05.11 |
[Tensorflow] tensorflow-gpu μ€ν μ€λ₯ (0) | 2021.07.31 |
[conda] conda install μ€λ₯ (0) | 2021.07.01 |
[MySQL] MySQL μ€μΉ 3306 Port μ€λ₯ (6) | 2021.04.16 |