synchronization

This commit is contained in:
2025-08-25 16:04:00 +08:00
commit 33f9b3ce46
1951 changed files with 854396 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
apiVersion: batch/v1
kind: Job
metadata:
name: gpu-job
spec:
backoffLimit: 0
template:
spec:
containers:
- name: gpu-job
image: alpine:3.6
resources:
limits:
# GiB
aliyun.com/gpu-mem: 2
command: ["sleep","30s"]
restartPolicy: Never