canonical / docker-snap

https://snapcraft.io/docker
MIT License
54 stars 27 forks source link

Improvements to snap refresh related to nvidia support #144

Closed jocado closed 1 year ago

jocado commented 1 year ago

This addresses two current known issues to snap refresh if nvidia support is in use.

The previous CDI config is never valid for a newer revision, as some paths contain the snap revision.

If the nvidia-container-toolkit service fails to start properly for some reason, it prevents the snap refresh from completing, even though dockerd would remain functional for non nvidia images use cases.

jocado commented 1 year ago

@xnox PTAL when you get a chance - thanks.