We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c2dfd1 commit 5a98d1eCopy full SHA for 5a98d1e
demo/hf-space/Dockerfile
@@ -9,6 +9,8 @@ FROM rust:1.85-bookworm AS builder
9
RUN apt-get update && apt-get install -y --no-install-recommends git && rm -rf /var/lib/apt/lists/*
10
11
WORKDIR /w3cos
12
+# Cache-bust: change this value to force re-clone after code updates
13
+ARG CACHE_BUST=2026032201
14
RUN git clone --depth 1 https://github.com/wangnaihe/w3cos.git .
15
16
# Build the demo binary as a workspace member — no temp projects, no arch issues
0 commit comments