Skip to content

Commit 1b5de8b

Browse files
Bump nvidia/cuda in /deployments/container/vulkan
Bumps nvidia/cuda from 12.9.1-base-ubuntu22.04 to 13.0.0-base-ubuntu22.04. --- updated-dependencies: - dependency-name: nvidia/cuda dependency-version: 13.0.0-base-ubuntu22.04 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3876566 commit 1b5de8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployments/container/vulkan/Dockerfile

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

16-
FROM nvcr.io/nvidia/cuda:12.9.1-base-ubuntu22.04 AS builder
16+
FROM nvcr.io/nvidia/cuda:13.0.0-base-ubuntu22.04 AS builder
1717

1818
ENV DEBIAN_FRONTEND=noninteractive
1919
RUN apt-get update -y && apt-get install -y --no-install-recommends \
@@ -63,7 +63,7 @@ RUN git clone --depth=1 https://github.com/SaschaWillems/Vulkan.git \
6363
&& cmake -D RESOURCE_INSTALL_DIR=/cuda-samples .. \
6464
&& make ${BUILD_EXAMPLES}
6565

66-
FROM nvcr.io/nvidia/cuda:12.9.1-base-ubuntu22.04
66+
FROM nvcr.io/nvidia/cuda:13.0.0-base-ubuntu22.04
6767

6868
LABEL io.k8s.display-name="NVIDIA CUDA Vulkan samples"
6969
LABEL name="NVIDIA CUDA Vulkan samples"

0 commit comments

Comments
 (0)