Spaces:
Running
Running
Commit ·
fa2f7b0
1
Parent(s): 76e224e
fix: bump CACHEBUST to force Docker rebuild with updated model config
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -15,7 +15,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 15 |
|
| 16 |
# Cache-bust: forces Docker to re-copy source code on every build
|
| 17 |
# This ensures HuggingFace always gets the latest code from git
|
| 18 |
-
ARG CACHEBUST=
|
| 19 |
|
| 20 |
# Copy source code
|
| 21 |
COPY src/ ./src/
|
|
|
|
| 15 |
|
| 16 |
# Cache-bust: forces Docker to re-copy source code on every build
|
| 17 |
# This ensures HuggingFace always gets the latest code from git
|
| 18 |
+
ARG CACHEBUST=20260414_2
|
| 19 |
|
| 20 |
# Copy source code
|
| 21 |
COPY src/ ./src/
|