Skip to content

Commit

Permalink
Netpyne add head model dowload on build
Browse files Browse the repository at this point in the history
  • Loading branch information
filippomc committed Jun 29, 2022
1 parent 81a7367 commit d2e2cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/netpyne/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ COPY overrides/hub/jupyter_notebook_config.py /etc/jupyter/jupyter_notebook_conf
RUN rm -f ~/.jupyter/*.json
RUN chown $NB_UID .
RUN chown $NB_UID /opt
RUN chown $NB_UID `pip show LFPykit | grep "Location:" | awk '{print $2"/lfpykit"}'`
RUN wget -P `pip show LFPykit | grep "Location:" | awk '{print $2"/lfpykit"}'` https://www.parralab.org/nyhead/sa_nyhead.mat
USER $NB_UID

# sym link workspace pvc to $FOLDER
Expand Down

0 comments on commit d2e2cb1

Please sign in to comment.