Skip to content

Commit 625f5e4

Browse files
committed
Update NVIDIA driver to 595.58.03
1 parent 7265bb3 commit 625f5e4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fail-fast: false
3131
matrix:
3232
STREAM: [43]
33-
NVIDIA_DRIVER_VERSION: [595.45.04]
33+
NVIDIA_DRIVER_VERSION: [595.58.03]
3434
steps:
3535
- name: Check out repository
3636
uses: actions/checkout@v5

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Create a Containerfile to layer the the NVIDIA CUDA driver and libs:
4646
```
4747
cat > Containerfile << 'EOF'
4848
ARG STREAM=43
49-
ARG VERSION=595.45.04
49+
ARG VERSION=595.58.03
5050
5151
FROM quay.io/coreos-devel/fedora-bootc-nvidia:${STREAM}-${VERSION}
5252

build-args.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
BASE_IMAGE=quay.io/fedora/fedora-bootc
22
STREAM=43
33
BUILDER_IMAGE=localhost/builder:latest
4-
DRIVER_VERSION=595.45.04
4+
DRIVER_VERSION=595.58.03

0 commit comments

Comments
 (0)