Skip to content

Commit caf7d10

Browse files
authored
ci: add requests to ci docker container (#1370)
<!-- .github/pull_request_template.md --> ## πŸ“Œ Description Fix the CI error in #1369 ## πŸ” Related Issues #1369 ## πŸš€ Pull Request Checklist Thank you for contributing to FlashInfer! Before we review your pull request, please make sure the following items are complete. ### βœ… Pre-commit Checks - [x] I have installed `pre-commit` by running `pip install pre-commit` (or used your preferred method). - [x] I have installed the hooks with `pre-commit install`. - [x] I have run the hooks manually with `pre-commit run --all-files` and fixed any reported issues. > If you are unsure about how to set up `pre-commit`, see [the pre-commit documentation](https://pre-commit.com/). ## πŸ§ͺ Tests - [x] Tests have been added or updated as needed. - [x] All tests are passing (`unittest`, etc.). ## Reviewer Notes <!-- Optional: anything you'd like reviewers to focus on, concerns, etc. --> Co-authored-by: yzh119 <[email protected]>
1 parent 6afec55 commit caf7d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

β€Ždocker/install/install_python_packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ set -e
2020
set -u
2121

2222
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128
23-
pip3 install ninja pytest numpy scipy build pynvml cuda-python einops nvidia-nvshmem-cu12
23+
pip3 install requests ninja pytest numpy scipy build pynvml cuda-python einops nvidia-nvshmem-cu12
2424
pip3 install 'nvidia-cudnn-frontend>=1.13.0' 'nvidia-cudnn-cu12>=9.11.0.98'

0 commit comments

Comments
Β (0)