Update base image to include CUDA 11.8 (#2053)

This adds Nvidia GPU support with CUDA to container images.
This commit is contained in:
Trevor Bossert 2023-11-14 16:14:01 -08:00 committed by GitHub
parent 475066ba7c
commit f8528a0e2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
# syntax=docker/dockerfile:experimental
FROM quay.io/unstructured-io/base-images:rocky9.2-7@sha256:84d5f5b18093577ff8254db09aca9009e93f0bbc54dc77bffac8f3561a819974 as base
FROM quay.io/unstructured-io/base-images:rocky9.2-8@sha256:68b11677eab35ea702cfa682202ddae33f2053ea16c14c951120781a2dcac1b2 as base
# NOTE(crag): NB_USER ARG for mybinder.org compat:
# https://mybinder.readthedocs.io/en/latest/tutorials/dockerfile.html