ying09 / TextFuseNet

A PyTorch implementation of "TextFuseNet: Scene Text Detection with Richer Fused Features".
MIT License
476 stars 123 forks source link

NO_PUBKEY when running docker compose #106

Open Mekacher-Anis opened 2 years ago

Mekacher-Anis commented 2 years ago

I'm just adding this here to help anyone, who faces such a problem. If you get a NO_PUBKEY error when running the docker images, it's nvidia's repo key. You can solve the problem by adding this to the Dockerfile

RUN rm /etc/apt/sources.list.d/cuda.list
RUN rm /etc/apt/sources.list.d/nvidia-ml.list

before RUN apt-get