From 44173da54069fb23b6e0aa1607e2032cd53ad62c Mon Sep 17 00:00:00 2001 From: dionperd Date: Fri, 22 Sep 2023 13:10:59 +0200 Subject: [PATCH] Checking out ebrains branch in Dockerfiles --- docker/Dockerfile | 2 ++ docker/DockerfileNEST | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docker/Dockerfile b/docker/Dockerfile index 95592a0ea..32bbed563 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -193,8 +193,10 @@ RUN $BASEENV/bin/pip3 install traitlets==5.9.0 #ModuleNotFoundError: No module named 'matplotlib.docstring' RUN $BASEENV/bin/pip3 install matplotlib==3.5.3 # The version required by tvb-framework +# Checkout specific branch of tvb-multiscale WORKDIR $PACKAGES RUN cd tvb-multiscale; \ + git checkout ebrains; \ git pull --allow-unrelated-histories; # Compile tvb-netpyne .mod files diff --git a/docker/DockerfileNEST b/docker/DockerfileNEST index fee8138d1..21395f465 100644 --- a/docker/DockerfileNEST +++ b/docker/DockerfileNEST @@ -139,8 +139,10 @@ RUN $BASEENV/bin/pip3 install traitlets==5.9.0 #ModuleNotFoundError: No module named 'matplotlib.docstring' RUN $BASEENV/bin/pip3 install matplotlib==3.5.3 # The version required by tvb-framework +# Checkout specific branch of tvb-multiscale # WORKDIR $PACKAGES RUN cd tvb-multiscale; \ + git checkout ebrains; \ git pull --allow-unrelated-histories; # Compile tvb-netpyne .mod files