Skip to content

Commit

Permalink
Add pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
HudsonGraeme committed Jan 17, 2024
1 parent 7b3ba26 commit 3b9b1df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ RUN pip install \
'hummingbird-ml' \
'sk2torch' \
'web3' \
'py-solc-x'
'py-solc-x' \
'pytest'

RUN git clone https://github.com/zkonduit/ezkl.git && \
mv ezkl/examples/notebooks/* /home/jovyan/work && \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ These packages are preinstalled in the container along with packages from the [j
| `sk2torch` | [GitHub](https://github.com/InferenceLabs/sk2torch) |
| `web3` | [GitHub](https://github.com/ethereum/web3.py) |
| `py-solc-x` | [GitHub](https://github.com/iamdefinitelyahuman/py-solc-x) |
| `pytest` | [GitHub](https://github.com/pytest-dev/pytest) |

[`EZKL`]: https://github.com/zkonduit/ezkl "EZKL"
[jupyter/pytorch-notebook]: https://github.com/jupyter/docker-stacks/tree/main/images/pytorch-notebook "PyTorch Notebook"

0 comments on commit 3b9b1df

Please sign in to comment.