fokan commited on
Commit
7ee3e9f
·
1 Parent(s): 80a6edd

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

Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -1,7 +1,6 @@
1
  FROM python:3.9-slim
2
 
3
  # Create a non-root user1
4
-
5
  RUN useradd --create-home --shell /bin/bash app
6
 
7
  # Set working directory
 
1
  FROM python:3.9-slim
2
 
3
  # Create a non-root user1
 
4
  RUN useradd --create-home --shell /bin/bash app
5
 
6
  # Set working directory