Skip to content

Commit c8c1f09

Browse files
py4Pooya Moradi
andauthored
[Misc] Move numba installation to requirements.txt (#948)
Signed-off-by: Pooya Moradi <pooyam@google.com> Co-authored-by: Pooya Moradi <pooyam@google.com>
1 parent 02f05ff commit c8c1f09

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ RUN python3 -m pip install --no-cache-dir \
2828
git+https://github.com/EleutherAI/lm-evaluation-harness.git@206b7722158f58c35b7ffcd53b035fdbdda5126d#egg=lm-eval[api] \
2929
pytest-cov \
3030
tblib \
31-
numba
3231

3332
# Install tpu_inference
3433
WORKDIR /workspace/tpu_inference

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ qwix==0.1.1
1515
torchvision==0.23.0
1616
pathwaysutils
1717
parameterized
18+
numba==0.62.1

0 commit comments

Comments
 (0)