diff --git a/Dockerfile b/Dockerfile index b8fbfe1..d80bf8b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -91,6 +91,10 @@ ARG FLASHINFER_REF=main # Change this argument to force a re-download of FlashInfer ARG CACHEBUST_FLASHINFER=1 +# Additional deps +RUN --mount=type=cache,id=uv-cache,target=/root/.cache/uv \ + uv pip install packaging + # Smart Git Clone (Fetch changes instead of full re-clone) RUN --mount=type=cache,id=repo-cache,target=/repo-cache \ cd /repo-cache && \