Skip to content

Commit

Permalink
Merge branch 'main' into privateuse1
Browse files Browse the repository at this point in the history
  • Loading branch information
Svetlana Karslioglu authored Aug 15, 2023
2 parents 7a0c4ba + e7c86fd commit 40bac81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
fail-fast: false
runs-on: ${{ matrix.runner }}
env:
DOCKER_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda12.1-cudnn8-py3-gcc9"
DOCKER_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-cuda12.1-cudnn8-py3-gcc9"
CUDA_VERSION: "9"
steps:
- name: Setup SSH (Click me for login details)
Expand Down Expand Up @@ -115,9 +115,9 @@ jobs:
name: pytorch_tutorial_build_manager
needs: worker
runs-on: [self-hosted, linux.2xlarge]
environment: pytorchbot-env
environment: ${{ github.ref == 'refs/heads/main' && 'pytorchbot-env' || '' }}
env:
DOCKER_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda12.1-cudnn8-py3-gcc9"
DOCKER_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-cuda12.1-cudnn8-py3-gcc9"
CUDA_VERSION: "9"
steps:
- name: Setup SSH (Click me for login details)
Expand Down

0 comments on commit 40bac81

Please sign in to comment.