Skip to content

Commit bc5f8d6

Browse files
committed
Update tests container
Signed-off-by: ajrasane <[email protected]>
1 parent 857b9c8 commit bc5f8d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gpu_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
runs-on: linux-amd64-gpu-l4-latest-1
6363
timeout-minutes: 120
6464
container: &gpu_container
65-
image: nvcr.io/nvidia/pytorch:25.06-py3
65+
image: nvcr.io/nvidia/pytorch:25.08-py3
6666
env:
6767
GIT_DEPTH: 1000 # For correct version for tests/gpu/torch/quantization/plugins/test_megatron.py
6868
PIP_CONSTRAINT: "" # Disable pip constraint for upgrading packages

.gitlab/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ unit:
2727
.multi-gpu-tests-default:
2828
extends: .tests-default
2929
timeout: 90m
30-
image: nvcr.io/nvidia/pytorch:25.06-py3
30+
image: nvcr.io/nvidia/pytorch:25.08-py3
3131
variables:
3232
GIT_DEPTH: 1000 # For correct version for tests/gpu/torch/quantization/plugins/test_megatron.py
3333
tags: [docker, linux, 2-gpu]

0 commit comments

Comments
 (0)