work on model training
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user