We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2768b1d commit cc78268Copy full SHA for cc78268
1 file changed
Dockerfile
@@ -22,6 +22,7 @@ ENV NB_UID=jovyan
22
ENV FOLDER=netpyne
23
ENV NP_LFPYKIT_HEAD_FILE=/home/jovyan/nyhead.mat
24
ARG BUILD_ARGS=""
25
+ARG WORKSPACE_VERSION=master
26
27
USER root
28
@@ -67,7 +68,7 @@ RUN jupyter nbextension enable --py --sys-prefix widgetsnbextension
67
68
RUN jupyter serverextension enable --py --sys-prefix jupyter_geppetto
69
70
RUN --mount=type=cache,target=/root/.cache python -m pip install --upgrade pip &&\
- python utilities/install.py ${BUILD_ARGS} --npm-skip --no-test
71
+ python utilities/install.py ${BUILD_ARGS} --workspace $WORKSPACE_VERSION
72
73
74
RUN mv workspace /opt/workspace/tutorials
0 commit comments