From d6ce5c4cb2366a0957e91e453f8c010eaacacf72 Mon Sep 17 00:00:00 2001 From: Daniel Chang Date: Wed, 13 Nov 2024 09:47:10 -0500 Subject: [PATCH] update mira to latest (#167) --- Dockerfile.light | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.light b/Dockerfile.light index 671953f..feadd70 100644 --- a/Dockerfile.light +++ b/Dockerfile.light @@ -29,7 +29,7 @@ RUN pip install --no-cache-dir git+https://github.com/ciemss/pyciemss.git@adeb6b # Install MIRA from GitHub RUN git clone https://github.com/indralab/mira.git /home/jupyter/mira WORKDIR /home/jupyter/mira -RUN git reset --hard 3043c9a66e46218645c5d9200c1ca7f028da5b5a +RUN git reset --hard 6683922c3c94fdd300eb3b81789328701a0ec876 RUN pip install --no-cache-dir /home/jupyter/mira/"[ode,tests,dkg-client,dkg-construct,sbml,docs]" && \ rm -r /home/jupyter/mira