Skip to content

Commit

Permalink
Merge pull request #783 from MetaCell/fix/netpyne-deployment
Browse files Browse the repository at this point in the history
Fix netpyne Dockerfile
  • Loading branch information
ddelpiano authored Nov 20, 2023
2 parents 87b3167 + 6eb2e55 commit 9b72790
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ RUN mkdir -p /opt/workspace
RUN mkdir -p /opt/user




ENV NEURON_HOME=/opt/conda


Expand All @@ -65,8 +63,10 @@ RUN jupyter nbextension enable --py --sys-prefix jupyter_geppetto
RUN jupyter nbextension enable --py --sys-prefix widgetsnbextension
RUN jupyter serverextension enable --py --sys-prefix jupyter_geppetto

RUN --mount=type=cache,target=/root/.cache python -m pip install --upgrade pip &&\
python utilities/install.py --npm-skip --no-test
ARG BUILD_ARGS=""
ARG WORKSPACE_VERSION=master
RUN --mount=type=cache,target=/root/.cache python -m pip install --upgrade pip &&\
python utilities/install.py ${BUILD_ARGS} --workspace $WORKSPACE_VERSION


RUN mv workspace /opt/workspace/tutorials
Expand Down

0 comments on commit 9b72790

Please sign in to comment.