Skip to content

Commit 4d4f21b

Browse files
authored
ci: Prune unused cache entries (#1091)
* Prune unused cache entries Signed-off-by: Dong Hyuk Chang <[email protected]> * Explicility clean sitance cache Signed-off-by: Dong Hyuk Chang <[email protected]> --------- Signed-off-by: Dong Hyuk Chang <[email protected]>
1 parent 541e3fa commit 4d4f21b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ COPY . /opt/Curator
7878
RUN cd /opt/Curator && \
7979
uv sync --locked --only-group build && \
8080
uv sync --link-mode copy --locked --extra all --all-groups && \
81-
uv add /opt/InternVideo/InternVideo2/multi_modality
81+
uv add /opt/InternVideo/InternVideo2/multi_modality && \
82+
uv cache prune && \
83+
uv cache clean distance
8284

8385
COPY <<EOF /opt/venv/env.sh
8486
export UV_PROJECT_ENVIRONMENT=/opt/venv

0 commit comments

Comments
 (0)