File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,8 +21,6 @@ FROM jupyter/base-notebook:hub-1.5.0
2121ENV NB_UID=jovyan
2222ENV FOLDER=netpyne
2323ENV NP_LFPYKIT_HEAD_FILE=/home/jovyan/nyhead.mat
24- ARG BUILD_ARGS=""
25- ARG WORKSPACE_VERSION=master
2624
2725USER root
2826
@@ -55,8 +53,6 @@ RUN mkdir -p /opt/workspace
5553RUN mkdir -p /opt/user
5654
5755
58-
59-
6056ENV NEURON_HOME=/opt/conda
6157
6258
@@ -67,6 +63,8 @@ RUN jupyter nbextension enable --py --sys-prefix jupyter_geppetto
6763RUN jupyter nbextension enable --py --sys-prefix widgetsnbextension
6864RUN jupyter serverextension enable --py --sys-prefix jupyter_geppetto
6965
66+ ARG BUILD_ARGS=""
67+ ARG WORKSPACE_VERSION=master
7068RUN --mount=type=cache,target=/root/.cache python -m pip install --upgrade pip &&\
7169 python utilities/install.py ${BUILD_ARGS} --workspace $WORKSPACE_VERSION
7270
You can’t perform that action at this time.
0 commit comments