Spaces:
Sleeping
Sleeping
scott-ashton-tds commited on
Commit ·
f2322cb
1
Parent(s): 02c2ba2
Force rebuild by breaking Docker cache
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
|
@@ -37,6 +37,9 @@ RUN pip install --upgrade pip wheel \
|
|
| 37 |
&& pip install flash-attn==2.7.3 --no-build-isolation \
|
| 38 |
&& pip install -e /app/star-vector --no-build-isolation
|
| 39 |
|
|
|
|
|
|
|
|
|
|
| 40 |
# Copy Space app (updated with torch_dtype fix)
|
| 41 |
COPY app.py /app/app.py
|
| 42 |
|
|
|
|
| 37 |
&& pip install flash-attn==2.7.3 --no-build-isolation \
|
| 38 |
&& pip install -e /app/star-vector --no-build-isolation
|
| 39 |
|
| 40 |
+
# Force cache invalidation - update this timestamp to rebuild
|
| 41 |
+
RUN echo "Build timestamp: 2026-02-27 06:14:00"
|
| 42 |
+
|
| 43 |
# Copy Space app (updated with torch_dtype fix)
|
| 44 |
COPY app.py /app/app.py
|
| 45 |
|