Compare commits
2 Commits
27b7683be9
...
cdd99b3280
Author | SHA1 | Date |
---|---|---|
Jack Yu | cdd99b3280 | |
Jack Yu | 8b4c305300 |
|
@ -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.
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
Loading…
Reference in New Issue