blacksinisterx commited on
Commit
0bc43fb
·
verified ·
1 Parent(s): 250634c

update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -31,6 +31,8 @@ RUN pip install --no-cache-dir -r requirements-docker.txt \
31
  --extra-index-url https://download.pytorch.org/whl/cpu
32
 
33
  # ---- Copy application code ----
 
 
34
  # Core application files
35
  COPY app.py config.py main_pipeline.py database_video_service.py \
36
  object_detection.py behavior_analysis_integrator.py \
 
31
  --extra-index-url https://download.pytorch.org/whl/cpu
32
 
33
  # ---- Copy application code ----
34
+ # Cache-bust: forces COPY and all downstream layers to rebuild
35
+ ARG DETECTIFAI_BUILD_TS=0
36
  # Core application files
37
  COPY app.py config.py main_pipeline.py database_video_service.py \
38
  object_detection.py behavior_analysis_integrator.py \