Skip to content

Commit

Permalink
fix: Update README.md with newer example (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
janosbinder authored Jan 21, 2025
1 parent e907d22 commit d096c42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Running the image in a cluster as part of a DaemonSet installs the GPU driver on

## Building the Docker image

To build the image for NVIDIA driver version `535.86.10` on Garden Linux `934.11` for `amd64`-based CPUs:
To build the image for NVIDIA driver version `550.127.08` on Garden Linux `1592.4` for `amd64`-based CPUs:
```bash
docker build . --platform=linux/amd64 --build-arg TARGET_ARCH=amd64 --build-arg DRIVER_VERSION=535.86.10 --build-arg GARDENLINUX_VERSION=934.11
docker build . --platform=linux/amd64 --build-arg TARGET_ARCH=amd64 --build-arg DRIVER_VERSION=550.127.08 --build-arg GARDENLINUX_VERSION=1592.4
```
If you need to build for a baremetal node (as opposed to a cloud VM) then add `--build-arg KERNEL_TYPE=baremetal`
to the above command.
Expand Down

0 comments on commit d096c42

Please sign in to comment.