Skip to content

Commit dbf5e04

Browse files
committed
test
1 parent 6003207 commit dbf5e04

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/uv-update.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ permissions:
1919

2020
jobs:
2121
sync-uv-lock:
22-
runs-on: ubuntu-latest
23-
# runs-on: linux.g5.4xlarge.nvidia.gpu
24-
# container:
25-
# image: pytorch/manylinux2_28-builder:cuda13.0
26-
# options: --gpus all
27-
# env:
28-
# CUDA_VERSION: 13.0
29-
# CUDA_HOME: /usr/local/cuda
22+
# runs-on: ubuntu-latest
23+
runs-on: linux.g5.4xlarge.nvidia.gpu
24+
container:
25+
image: pytorch/manylinux2_28-builder:cuda13.0
26+
options: --gpus all
27+
env:
28+
CUDA_VERSION: 13.0
29+
CUDA_HOME: /usr/local/cuda
3030

3131
steps:
3232
- name: Checkout

0 commit comments

Comments
 (0)