mystic_CBK commited on
Commit
bab665f
·
1 Parent(s): 7f41d21

FORCE REBUILD ATTEMPT #2: Enhanced cache invalidation - Updated timestamps to 08:45 UTC - Added BUILD VERSION comment to server.py - Enhanced Dockerfile comments - Multiple trigger mechanisms to ensure build starts

Browse files
Files changed (3) hide show
  1. Dockerfile +1 -1
  2. README.md +0 -0
  3. server.py +1 -0
Dockerfile CHANGED
@@ -24,7 +24,7 @@ RUN pip install --no-cache-dir -r requirements_hf_spaces.txt
24
  # Clone and install fairseq-signals
25
  RUN git clone https://github.com/Jwoo5/fairseq-signals.git && cd fairseq-signals && pip install --editable ./ && python setup.py build_ext --inplace && cd ..
26
 
27
- # Copy application files (updated 2025-08-25 08:40 UTC)
28
  COPY . .
29
 
30
  # Switch to app user
 
24
  # Clone and install fairseq-signals
25
  RUN git clone https://github.com/Jwoo5/fairseq-signals.git && cd fairseq-signals && pip install --editable ./ && python setup.py build_ext --inplace && cd ..
26
 
27
+ # Copy application files (updated 2025-08-25 08:45 UTC - Build trigger attempt #2)
28
  COPY . .
29
 
30
  # Switch to app user
README.md CHANGED
Binary files a/README.md and b/README.md differ
 
server.py CHANGED
@@ -2,6 +2,7 @@
2
  """
3
  ECG-FM API Server with fairseq-signals Integration
4
  Fixed import logic to prioritize fairseq_signals installation
 
5
  """
6
 
7
  import os
 
2
  """
3
  ECG-FM API Server with fairseq-signals Integration
4
  Fixed import logic to prioritize fairseq_signals installation
5
+ BUILD VERSION: 2025-08-25 08:45 UTC - Import fix deployed
6
  """
7
 
8
  import os