Changes
Page history
Update container
authored
Oct 10, 2025
by
Rémy Mozul
Show whitespace changes
Inline
Side-by-side
container.md
View page @
ee062e7b
...
...
@@ -54,12 +54,13 @@ From: ubuntu:noble
apt install -y libhdf5-dev hdf5-tools python3-h5py
# build the sources
cd /root/lmgc90/build
cmake ../ -DWITH_OPENMP=ON
mkdir /root/build
cd /root/build
cmake ../lmgc90 -DWITH_OPENMP=ON
make && make install
# clean build and source directories
rm -rf /root/
lmgc90
rm -rf /root/
build
```
Then the image file can be created with:
```
cmd
...
...
...
...