Skip to content

Commit 034fa22

Browse files
committed
chore: modify ci image
1 parent d7d2925 commit 034fa22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_on_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
if: needs.detect.outputs.anyLibraryFileChanged == 'true'
141141
runs-on: [self-hosted, gpu]
142142
container:
143-
image: hpcaitech/pytorch-cuda:1.12.0-11.3.0
143+
image: hpcaitech/pytorch-cuda:1.13.0-11.6.0
144144
options: --gpus all --rm -v /data/scratch/cifar-10:/data/scratch/cifar-10 -v /data/scratch/llama-tiny:/data/scratch/llama-tiny
145145
timeout-minutes: 60
146146
defaults:

0 commit comments

Comments
 (0)