We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a0a1f9 commit b3242ccCopy full SHA for b3242cc
1 file changed
Dockerfile
@@ -28,7 +28,7 @@ RUN git clone --depth 1 -b v2.7.0 https://github.com/LLNL/sundials /tmp/sundials
28
make install
29
30
#Install assimulo
31
-RUN git clone --depth 1 -b Assimulo-3.7.2 https://github.com/modelon-community/Assimulo /tmp/Assimulo && \
+RUN git clone --depth 1 -b Assimulo-3.7.3 https://github.com/modelon-community/Assimulo /tmp/Assimulo && \
32
cd /tmp/Assimulo && \
33
rm setup.cfg && \
34
python3.11 setup.py install --user --sundials-home=/usr --blas-home=/usr/lib/x86_64-linux-gnu/ --lapack-home=/usr/lib/x86_64-linux-gnu/ --superlu-home=/usr
0 commit comments