Skip to content
Snippets Groups Projects
Commit cebf3e28 authored by Naufal-Nalendra's avatar Naufal-Nalendra
Browse files

fix: pip installation libraries

parent ad257708
No related merge requests found
Pipeline #66343 canceled with stage
in 1 minute and 55 seconds
...@@ -15,7 +15,7 @@ train_model: ...@@ -15,7 +15,7 @@ train_model:
- python -m venv $VENV - python -m venv $VENV
- source $VENV/bin/activate - source $VENV/bin/activate
- pip install --upgrade pip - pip install --upgrade pip
- pip install -r requirements.txt - pip install numpy pandas scikit-learn mlflow
# Train the model and log to MLflow # Train the model and log to MLflow
- python train_model.py - python train_model.py
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment