Skip to content

Commit

Permalink
do not build extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
yk committed Mar 18, 2023
1 parent a815aef commit 5bd7eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ COPY server/Makefile server/Makefile
RUN cd server && make install-torch

# Install specific version of transformers
RUN cd server && BUILD_EXTENSIONS="True" make install-transformers
RUN cd server && BUILD_EXTENSIONS="False" make install-transformers

# Install server
COPY proto proto
Expand Down

0 comments on commit 5bd7eae

Please sign in to comment.