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