Skip to content

Commit 82a3877

Browse files
authored
Update Dockerfile
1 parent 427e250 commit 82a3877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN CPU_INSTRUCT=${CPU_INSTRUCT} \
4444
USE_BALANCE_SERVE=1 \
4545
KTRANSFORMERS_FORCE_BUILD=TRUE \
4646
TORCH_CUDA_ARCH_LIST="8.0;8.6;8.7;8.9;9.0+PTX" \
47-
pip install . --no-build-isolation --verbose
47+
pip install . --no-build-isolation --verbose && pip cache purge
4848

4949
RUN pip install third_party/custom_flashinfer/ && pip cache purge
5050

0 commit comments

Comments
 (0)