Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 2.03 KB

README.md

File metadata and controls

53 lines (40 loc) · 2.03 KB

NVIDIA Driver for Fedora CoreOS

GPU Operator OpenShift License Build Status

NVIDIA driver for Fedora CoreOS packaged as a Docker image. Compatible with NVIDIA GPU Operator.

Disclaimer

This is an UNOFFICIAL build. Authors are not affiliated, associated, authorized, endorsed by, or in any way officially connected neither with NVIDIA Corp. nor with RedHat Inc, or any of their subsidiaries or their affiliates.

The binary Docker image includes proprietary NVIDIA drivers, distributed under License For Customer Use of NVIDIA Software. You must explicitly accept the terms and conditions of in order to use this image. Please contact your lawyer if in doubt.

Usage

Update your values.yaml for GPU Operator:

driver:
  repository: quay.io/kryptonite
  image: nvidia-driver-fcos
  version: "450.51.05-5.6.19-300.fc32.x86_64"

Please refer to GPU Operator documentation for additional information.

See Also