Skip to content

Commit

Permalink
Disable pip cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Davidson committed Oct 26, 2023
1 parent 3151fb4 commit b40e71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/api-base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

FROM pytorch/pytorch:2.1.0-cuda12.1-cudnn8-runtime

RUN pip install vllm
RUN pip install --no-cache-dir vllm

0 comments on commit b40e71e

Please sign in to comment.