Fix NGC PyTorch image tag format (26.03-py3)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
# - CUDA 13.2.0
|
||||
# - cuDNN 9.20, NCCL 2.29.7, TensorRT 10.16, TransformerEngine 2.13
|
||||
# - Multi-arch: x86 + ARM SBSA (GH200 support)
|
||||
FROM nvcr.io/nvidia/pytorch:26.03 AS base
|
||||
FROM nvcr.io/nvidia/pytorch:26.03-py3 AS base
|
||||
|
||||
# Set arch lists for all targets
|
||||
ARG TORCH_CUDA_ARCH_LIST="9.0a"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# - CUDA 13.2.0
|
||||
# - cuDNN 9.20, NCCL 2.29.7, TensorRT 10.16, TransformerEngine 2.13
|
||||
# - Multi-arch: x86 + ARM SBSA (GH200 support)
|
||||
FROM nvcr.io/nvidia/pytorch:26.03 AS base
|
||||
FROM nvcr.io/nvidia/pytorch:26.03-py3 AS base
|
||||
|
||||
# Set arch lists for all targets
|
||||
# 'a' suffix is not forward compatible but enables all optimizations
|
||||
|
||||
Reference in New Issue
Block a user