Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nvidia-drivers setup file missing from the source #1006

Closed
2 tasks done
sayanchowdhury opened this issue Apr 21, 2023 · 1 comment · Fixed by flatcar/scripts#738
Closed
2 tasks done

nvidia-drivers setup file missing from the source #1006

sayanchowdhury opened this issue Apr 21, 2023 · 1 comment · Fixed by flatcar/scripts#738
Labels
kind/bug Something isn't working

Comments

@sayanchowdhury
Copy link
Member

sayanchowdhury commented Apr 21, 2023

nvidia-drivers setup file missing from the source

The issue is found in the process of setting up Flatcar GPU instances on the cloud platforms Azure and AWS. When setting up these instances, it is necessary to download and install the appropriate graphics driver in order to enable the GPU functionality. However, the version of the driver required for the current version of Flatcar, which is 510.73.05, seems to be missing from its original source. As a result, the installation process of the driver is not working properly on the GPU instances.

Normally, when a file or component is missing, it can be resolved by hosting a copy of the file on a mirror. However, in this particular case, the NVIDIA distribution rights block the option of hosting a copy of the missing driver file on a mirror.

Impact & Future Steps

Future GPU installations on the give platform will be affected.

This can be mitigated by manual interruption updating the version NVIDIA_DRIVER_VERSION=525.105.17 in the file /usr/share/oem/bin/setup-nvidia

We have in-progress PR for the update, but the progress work includes the migration to move the driver from OEM to base image so it's been blocked. So, for now we would just update the version on immediate excluding the migration to fix the issue on urgent basis and cut out a new release with the fix.

Next Actionable Items

  • File a PR for the update of the nvidia-drivers
  • Cut out a new release.
@sayanchowdhury
Copy link
Member Author

This issue is now fixed. Closing the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant