File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11FROM frodriguez4600/jupyter-neuron:v7.8.0
2+ ARG INSTALLATION_FOLDER=/home/jovyan/work/NetPyNE-UI
3+ ARG NETPYNE_VERSION=development
4+ ARG WORKSPACE_VERSION=nov2020
5+ ARG JUPYTER_GEPPETTO_VERSION=development
6+ ARG PYGEPPETTO_VERSION=development
7+ ARG BUILD_ARGS=""
8+
29USER $NB_USER
310
4- ENV INSTALLATION_FOLDER=/home/jovyan/work/NetPyNE-UI
5- ENV NETPYNE_VERSION=development
11+ ENV INSTALLATION_FOLDER=$INSTALLATION_FOLDER
12+ ENV NETPYNE_VERSION=$NETPYNE_VERSION
613ENV WORKSPACE_VERSION=nov2020
7- ENV JUPYTER_GEPPETTO_VERSION=development
8- ENV PYGEPPETTO_VERSION=development
9- ENV BUILD_ARGS=""
14+ ENV JUPYTER_GEPPETTO_VERSION=$WORKSPACE_VERSION
15+ ENV PYGEPPETTO_VERSION=$PYGEPPETTO_VERSION
16+ ENV BUILD_ARGS=$BUILD_ARGS
1017
1118WORKDIR /home/jovyan/work
1219COPY --chown=1000:1000 requirements.txt ${INSTALLATION_FOLDER}/requirements.txt
Original file line number Diff line number Diff line change 6363 custom_values :
6464 - ' hub_image_tag=${{CF_SHORT_REVISION}}'
6565 - ' singleuser_image_tag=${{CF_SHORT_REVISION}}'
66- - ' singleuser_cpu_limit=${{CPU_MAX}}'
67- - ' singleuser_cpu_guarantee=${{CPU_MIN}}'
6866 - ' singleuser_memory_limit=${{MEMORY_MAX}}'
6967 - ' singleuser_memory_guarantee=${{MEMORY_MIN}}'
7068 - ' proxy_secretToken=${{SECRET_TOKEN}}'
You can’t perform that action at this time.
0 commit comments