Spaces:
Running
Running
Force Space rebuild v2.1.0 with incremental training
Browse files- Updated app version to 2.1.0 to force complete rebuild
- Added rebuild trigger file with timestamp
- Updated Docker environment variables
- Force restart to ensure all incremental training features are active
- Complete deployment of model retraining capabilities
- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
FROM python:3.9-slim
|
| 2 |
|
| 3 |
-
# Create a non-root
|
| 4 |
RUN useradd --create-home --shell /bin/bash app
|
| 5 |
|
| 6 |
# Set working directory
|
|
|
|
| 1 |
FROM python:3.9-slim
|
| 2 |
|
| 3 |
+
# Create a non-root user
|
| 4 |
RUN useradd --create-home --shell /bin/bash app
|
| 5 |
|
| 6 |
# Set working directory
|