Skip to content

Commit 441ac1a

Browse files
committed
Install grouped_gemm with no-build-isolation
Signed-off-by: Charlie Truong <[email protected]>
1 parent 61c2151 commit 441ac1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ RUN if [ "$INSTALL_TE" = "True" ]; then \
6767
FROM update_base_container AS automodel_dep
6868

6969
# Install Grouped Gemm
70-
RUN pip install git+https://github.com/fanshiqing/[email protected]
70+
RUN pip install --no-build-isolation git+https://github.com/fanshiqing/[email protected]
7171

7272
# Install Mamba
7373
ARG INSTALL_MAMBA=False

0 commit comments

Comments
 (0)