Skip to content

Commit

Permalink
Add container to generate-ttnn-md.yml. (#188)
Browse files Browse the repository at this point in the history
Use ghcr.io/tenstorrent/tt-torch/tt-torch-ci-ubuntu-22-04:latest instead
of installing requirements.
  • Loading branch information
ddilbazTT authored Jan 13, 2025
1 parent 2e0417a commit 7a95c57
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/generate-ttnn-md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,13 @@ jobs:
generate_md:
timeout-minutes: 120
runs-on: ubuntu-latest
container:
image: ghcr.io/tenstorrent/tt-torch/tt-torch-ci-ubuntu-22-04:latest
options: --user root

steps:
- uses: actions/checkout@v4

- name: Setpyenv
uses: actions/setup-python@v2
with:
python-version: 3.11

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
- name: Set reusable strings
id: strings
shell: bash
Expand Down

0 comments on commit 7a95c57

Please sign in to comment.