Compare commits
No commits in common. "cdd99b3280d8533eeea358a5e56d45811bf3fa68" and "27b7683be908ab4d452ba66cf50d9d9bbfce576c" have entirely different histories.
cdd99b3280
...
27b7683be9
|
@ -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
|
||||||
corresponding apptainer image. The spark version includes both `mobileinsight`
|
apptainer image. The spark version includes both `mobileinsight` along with
|
||||||
along with `pyspark` for distributed log processing.
|
`pyspark`.
|
||||||
|
|
|
@ -19,7 +19,6 @@ 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