Skip to content

Commit 6010bb8

Browse files
author
Jianyi Cheng
authored
Merge pull request #9 from bakhtiarZ/main
added pip install mpmath==1.3.0 to fix issue with quantized modules
2 parents 3b0eee4 + 2683f62 commit 6010bb8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ RUN pip3 install --pre torchvision --extra-index-url https://download.pytorch.or
8989
ghp-import optimum pytest-profiling myst_parser \
9090
pytest-cov pytest-xdist pytest-sugar pytest-html \
9191
lightning \
92-
&& pip install -U Pillow
92+
&& pip install -U Pillow \
93+
&& pip install mpmath==1.3.0
9394

9495
# Add environment variables
9596
ARG VHLS_PATH

0 commit comments

Comments
 (0)