We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7265bb3 commit 625f5e4Copy full SHA for 625f5e4
3 files changed
.github/workflows/build-image.yml
@@ -30,7 +30,7 @@ jobs:
30
fail-fast: false
31
matrix:
32
STREAM: [43]
33
- NVIDIA_DRIVER_VERSION: [595.45.04]
+ NVIDIA_DRIVER_VERSION: [595.58.03]
34
steps:
35
- name: Check out repository
36
uses: actions/checkout@v5
README.md
@@ -46,7 +46,7 @@ Create a Containerfile to layer the the NVIDIA CUDA driver and libs:
46
```
47
cat > Containerfile << 'EOF'
48
ARG STREAM=43
49
-ARG VERSION=595.45.04
+ARG VERSION=595.58.03
50
51
FROM quay.io/coreos-devel/fedora-bootc-nvidia:${STREAM}-${VERSION}
52
build-args.conf
@@ -1,4 +1,4 @@
1
BASE_IMAGE=quay.io/fedora/fedora-bootc
2
STREAM=43
3
BUILDER_IMAGE=localhost/builder:latest
4
-DRIVER_VERSION=595.45.04
+DRIVER_VERSION=595.58.03
0 commit comments