We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 427e250 commit 82a3877Copy full SHA for 82a3877
Dockerfile
@@ -44,7 +44,7 @@ RUN CPU_INSTRUCT=${CPU_INSTRUCT} \
44
USE_BALANCE_SERVE=1 \
45
KTRANSFORMERS_FORCE_BUILD=TRUE \
46
TORCH_CUDA_ARCH_LIST="8.0;8.6;8.7;8.9;9.0+PTX" \
47
- pip install . --no-build-isolation --verbose
+ pip install . --no-build-isolation --verbose && pip cache purge
48
49
RUN pip install third_party/custom_flashinfer/ && pip cache purge
50
0 commit comments