File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 40
40
export PETSC_ARCH=linux-gnu-complex-32
41
41
export PYTHONPATH=/usr/local/dolfinx-complex/lib/python3.10/dist-packages:$PYTHONPATH
42
42
export LD_LIBRARY_PATH=/usr/local/dolfinx-complex/lib:$LD_LIBRARY_PATH
43
- pip3 uninstall pyvista
43
+ pip3 uninstall pyvista -y
44
44
pip3 install pyvista --upgrade
45
45
cd chapter1
46
46
mpirun -n 2 python3 complex_mode.py
Original file line number Diff line number Diff line change 37
37
run : |
38
38
pip3 install --upgrade pip setuptools
39
39
CC=mpicc HDF_MPI="ON" HDF5_DIR="/usr/local/" pip3 install --no-cache-dir -r docker/requirements.txt
40
- pip3 uninstall pyvista
40
+ pip3 uninstall pyvista -y
41
41
pip3 install pyvista --upgrade
42
42
apt-get -qq update
43
43
apt-get install -y libgl1-mesa-dev xvfb nodejs
You can’t perform that action at this time.
0 commit comments