Skip to content

Commit 5577565

Browse files
Bump nvidia/cuda in /deployments/container
Bumps nvidia/cuda from 12.8.0-base-ubi9 to 12.9.0-base-ubi9. --- updated-dependencies: - dependency-name: nvidia/cuda dependency-version: 12.9.0-base-ubi9 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ee127e4 commit 5577565

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployments/container/Dockerfile.ubi9

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM nvcr.io/nvidia/cuda:12.8.0-base-ubi9 AS build
15+
FROM nvcr.io/nvidia/cuda:12.9.0-base-ubi9 AS build
1616

1717
WORKDIR /work
1818

@@ -41,7 +41,7 @@ ENV PATH $GOPATH/bin:/usr/local/go/bin:$PATH
4141

4242
RUN GOOS=linux go build -o nvdrain ./cmd/nvdrain
4343

44-
FROM nvcr.io/nvidia/cuda:12.8.0-base-ubi9
44+
FROM nvcr.io/nvidia/cuda:12.9.0-base-ubi9
4545

4646
ARG TARGETARCH
4747

0 commit comments

Comments
 (0)