Subhadip007 commited on
Commit
fa2f7b0
·
1 Parent(s): 76e224e

fix: bump CACHEBUST to force Docker rebuild with updated model config

Browse files
Files changed (1) hide show
  1. 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=20260411_1
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/