work on model training

This commit is contained in:
2026-03-05 11:03:20 +11:00
parent 96e72d7c43
commit c8e38cd597
10 changed files with 534 additions and 30 deletions

View File

@@ -5,6 +5,6 @@ WORKDIR /app
COPY scripts/requirements.txt /app/requirements.txt
RUN pip install --no-cache-dir -r /app/requirements.txt
COPY scripts/train_rain_model.py /app/train_rain_model.py
COPY scripts /app/scripts
ENTRYPOINT ["python", "/app/train_rain_model.py"]
ENTRYPOINT ["python", "/app/scripts/run_rain_ml_worker.py"]