Skip to content

Commit

Permalink
#0: Add bc to docker image for pgm dispatch math (#16030)
Browse files Browse the repository at this point in the history
### Ticket

Blocking @jbaumanTT 

### Problem description

the container doesn't come with `bc` by default

### What's changed

Added `bc` for math

I'm wondering if we should take it out later and put it directly as a
`sudo apt install` command in the workflow, so we don't set the
precedent of chucking stuff into the image.

### Checklist
- [ ] Post commit CI passes
- [ ] Blackhole Post commit (if applicable)
- [ ] Model regression CI testing passes (if applicable)
- [ ] Device performance regression CI testing passes (if applicable)
- [ ] **(For models and ops writers)** Full [new
models](https://github.com/tenstorrent/tt-metal/actions/workflows/full-new-models-suite.yaml)
tests passes
- [ ] New/Existing tests provide coverage for changes
  • Loading branch information
tt-rkim authored Dec 13, 2024
1 parent 27852c2 commit 7bd827c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/docker/requirements-20.04.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ cargo
ninja-build
patchelf
graphviz
bc
1 change: 1 addition & 0 deletions scripts/docker/requirements-22.04.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ cargo
ninja-build
libxml2-dev
libxslt-dev
bc

0 comments on commit 7bd827c

Please sign in to comment.