diff --git a/triton-models/Dockerfile b/triton-models/Dockerfile index 797afbb..9d13561 100644 --- a/triton-models/Dockerfile +++ b/triton-models/Dockerfile @@ -12,7 +12,7 @@ # pip index versions torch --index-url https://download.pytorch.org/whl/cu # Update both the index URL suffix and the version pin together. -FROM nvcr.io/nvidia/tritonserver:26.04-py3 +FROM nvcr.io/nvidia/tritonserver:26.05-py3 RUN pip install --no-cache-dir \ --index-url https://download.pytorch.org/whl/cu130 \