Skip to content

NO_PUBKEY when running docker compose #106

@Mekacher-Anis

Description

@Mekacher-Anis

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions