Compare commits

...

2 Commits

Author SHA1 Message Date
Jack Yu cdd99b3280 Updated README.md 2024-04-30 11:33:03 -07:00
Jack Yu 8b4c305300 Added venv support 2024-04-30 11:32:28 -07:00
2 changed files with 3 additions and 2 deletions

View File

@ -42,5 +42,5 @@ Build
----- -----
Run `make mobileinsight.sif` or `make mobileinsight-spark.sif` to build the Run `make mobileinsight.sif` or `make mobileinsight-spark.sif` to build the
apptainer image. The spark version includes both `mobileinsight` along with corresponding apptainer image. The spark version includes both `mobileinsight`
`pyspark`. along with `pyspark` for distributed log processing.

View File

@ -19,6 +19,7 @@ From: ubuntu:22.04
git \ git \
python3 \ python3 \
python3-pip \ python3-pip \
python3-venv \
python3-wxgtk4.0 \ python3-wxgtk4.0 \
python3-matplotlib \ python3-matplotlib \
cmake \ cmake \