Spaces:
Sleeping
Sleeping
Evgueni Poloukarov
commited on
Commit
·
f26dcc5
1
Parent(s):
748ef95
fix: FORCE cache invalidation - Space building from wrong commit
Browse filesCRITICAL: HF Space is pinned to commit 7ff8b4c (Session 8)
despite HEAD being at 748ef95 (v1.0.7 with all fixes).
Modifying requirements.txt to force Docker cache invalidation.
Target commit: 748ef95
- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -19,4 +19,4 @@ altair>=5.0.0
|
|
| 19 |
python-dotenv
|
| 20 |
tqdm
|
| 21 |
|
| 22 |
-
# Cache bust: v1.0.
|
|
|
|
| 19 |
python-dotenv
|
| 20 |
tqdm
|
| 21 |
|
| 22 |
+
# Cache bust: v1.0.7.1 - FORCE REBUILD FROM CORRECT COMMIT 748ef95
|