Skip to content

Commit 95ccf01

Browse files
committed
update
1 parent a75016d commit 95ccf01

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/build-tutorials.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ jobs:
3333
- { shard: 15, num_shards: 15, runner: "linux.4xlarge.nvidia.gpu" }
3434
fail-fast: false
3535
runs-on: ${{ matrix.runner }}
36-
env:
37-
DOCKER_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-cuda12.1-cudnn8-py3-gcc9"
38-
CUDA_VERSION: "9"
3936
steps:
4037
- name: Setup SSH (Click me for login details)
4138
uses: pytorch/test-infra/.github/actions/setup-ssh@main
@@ -54,7 +51,7 @@ jobs:
5451
- name: Install nvidia driver, nvidia-docker runtime, set GPU_FLAG
5552
uses: pytorch/test-infra/.github/actions/setup-nvidia@main
5653

57-
- name: Build docker image
54+
- name: Calculate/build docker image
5855
id: calculate-docker-image
5956
uses: pytorch/test-infra/.github/actions/calculate-docker-image@main
6057
with:
@@ -104,14 +101,10 @@ jobs:
104101
if: always()
105102

106103
manager:
107-
if: false
108104
name: pytorch_tutorial_build_manager
109105
needs: worker
110106
runs-on: [self-hosted, linux.2xlarge]
111107
environment: ${{ github.ref == 'refs/heads/main' && 'pytorchbot-env' || '' }}
112-
env:
113-
DOCKER_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-cuda12.1-cudnn8-py3-gcc9"
114-
CUDA_VERSION: "9"
115108
steps:
116109
- name: Setup SSH (Click me for login details)
117110
uses: pytorch/test-infra/.github/actions/setup-ssh@main
@@ -127,7 +120,7 @@ jobs:
127120
- name: Setup Linux
128121
uses: pytorch/pytorch/.github/actions/setup-linux@main
129122

130-
- name: Build docker image
123+
- name: Calculate/build docker image
131124
id: calculate-docker-image
132125
uses: pytorch/test-infra/.github/actions/calculate-docker-image@main
133126
with:

0 commit comments

Comments
 (0)