Skip to content

Commit

Permalink
Document installing the additional deps in the conda_env.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Oct 25, 2024
1 parent 6bf74fb commit f0acdf3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion examples/digital_fingerprinting/production/grafana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ Create `bash` shell in `morpheus_pipeline` container:
docker compose run --rm morpheus_pipeline bash
```

Install additional dependencies in the container:
```bash
conda env update --solver=libmamba -n morpheus --file conda_env.yml
```

Set `PYTHONPATH` environment variable to allow import of production DFP Morpheus stages:
```
export PYTHONPATH=/workspace/examples/digital_fingerprinting/production/morpheus
Expand All @@ -105,7 +110,7 @@ python run.py --log_level DEBUG --train_users generic --start_time "2022-08-01"

## View DFP Logs Dashboard in Grafana

While the training pipeline is running, you can view Morpheus logs live in a Grafana dashboard at http://localhost:3000/dashboards.
While the training pipeline is running, you can view Morpheus logs live in a Grafana dashboard at http://localhost:3000/dashboards .

Click on `DFP Logs` in the `General` folder. You may need to expand the `General` folder to see the link.

Expand Down

0 comments on commit f0acdf3

Please sign in to comment.