Skip to content

Commit

Permalink
Checking out ebrains branch in Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
dionperd committed Sep 22, 2023
1 parent 83ae49c commit 44173da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions docker/DockerfileNEST
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 44173da

Please sign in to comment.