Spaces:
Sleeping
Sleeping
Commit ·
56c5fcc
1
Parent(s): f207f6c
HF: bump APP_BUILD to force rebuild
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -19,7 +19,7 @@ COPY requirements.txt .
|
|
| 19 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 20 |
|
| 21 |
# Cache-bust: increment to force a fresh COPY on HF Spaces
|
| 22 |
-
ENV APP_BUILD=
|
| 23 |
|
| 24 |
# Copy application code
|
| 25 |
COPY . .
|
|
|
|
| 19 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 20 |
|
| 21 |
# Cache-bust: increment to force a fresh COPY on HF Spaces
|
| 22 |
+
ENV APP_BUILD=6
|
| 23 |
|
| 24 |
# Copy application code
|
| 25 |
COPY . .
|