Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

image type latest no longer supported. #15

@pen-pal

Description

@pen-pal

Screen Shot 2021-02-06 at 10 22 31 PM

as can seen from the image, nvidia no longer keeps image with tag latest, thus creating a problem while trying to run a init container as speciied here

 38       initContainers:
 39       - name: set-compute-mode
 40         image: nvidia/cuda:latest
 41         command: ['nvidia-smi', '-c', 'EXCLUSIVE_PROCESS']
 42         securityContext:
 43           capabilities:
 44             add: ["SYS_ADMIN"]

What is the solution for this?
Is it a good idea to use image based on installed cuda version in your worker node or is there some other approach ?

PS:
This is more like a bug that requires fix
Also my first time opening an issue, so please correct me with the tags

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions