Spaces:
Running
Running
Commit ·
751547e
1
Parent(s): bd4b072
v6: Force full rebuild - CPU fix with object.__setattr__ to bypass pydantic
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -16,8 +16,8 @@ RUN pip install --no-cache-dir git+https://github.com/facebookresearch/tribev2.g
|
|
| 16 |
COPY requirements.txt .
|
| 17 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 18 |
|
| 19 |
-
# Cache-bust:
|
| 20 |
-
LABEL version="
|
| 21 |
|
| 22 |
# Copy app
|
| 23 |
COPY app.py .
|
|
|
|
| 16 |
COPY requirements.txt .
|
| 17 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 18 |
|
| 19 |
+
# Cache-bust: v6 (CPU fix: object.__setattr__ to bypass pydantic immutability)
|
| 20 |
+
LABEL version="6"
|
| 21 |
|
| 22 |
# Copy app
|
| 23 |
COPY app.py .
|