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