fokan commited on
Commit
0c69053
·
1 Parent(s): aec0216

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 +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
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
 
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