Skip to content

Commit 5a98d1e

Browse files
author
wangnaihe
committed
fix: bust Docker cache to pick up w3cos-demo crate
Made-with: Cursor
1 parent 5c2dfd1 commit 5a98d1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

demo/hf-space/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ FROM rust:1.85-bookworm AS builder
99
RUN apt-get update && apt-get install -y --no-install-recommends git && rm -rf /var/lib/apt/lists/*
1010

1111
WORKDIR /w3cos
12+
# Cache-bust: change this value to force re-clone after code updates
13+
ARG CACHE_BUST=2026032201
1214
RUN git clone --depth 1 https://github.com/wangnaihe/w3cos.git .
1315

1416
# Build the demo binary as a workspace member — no temp projects, no arch issues

0 commit comments

Comments
 (0)