chore: bump v0.5.2 (#10221)

This commit is contained in:
Yineng Zhang
2025-09-11 16:09:20 -07:00
committed by GitHub
parent a2424068ec
commit b0d25e72c4
10 changed files with 23 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
ARG CUDA_VERSION=12.6.1
ARG CUDA_VERSION=12.9.1
FROM nvidia/cuda:${CUDA_VERSION}-cudnn-devel-ubuntu22.04 as base
ARG BUILD_TYPE=all