From d709ffc366b2c95646afe72c018befb323561a08 Mon Sep 17 00:00:00 2001 From: Keerthan2211 <86889446+Keerthan2211@users.noreply.github.com> Date: Tue, 28 Mar 2023 19:01:30 +0530 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3553534..b4514c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,7 +39,7 @@ RUN $PIP37 install torch-geometric==1.6.0 -f https://pytorch-geometric.com/whl/t RUN git clone --branch feature_pytorch_communicator https://github.com/su2code/SU2 \ && cd SU2 \ && ./preconfigure.py --enable-mpi --with-cc=/usr/bin/mpicc --with-cxx=/usr/bin/mpicxx --prefix=/SU2 --enable-autodiff --enable-PY_WRAPPER --disable-tecio --update \ - && make -j 8 install + && sudo make -j 8 install ENV SU2_RUN="/SU2/bin" ENV SU2_HOME="/SU2" ENV PATH=$SU2_RUN:$PATH