Skip to content

Commit

Permalink
Fix netpyne
Browse files Browse the repository at this point in the history
  • Loading branch information
filippomc committed Jul 11, 2022
1 parent 6a88f9d commit aa60aec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion applications/netpyne/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM node:13.14 as jsbuild
ENV REPO=https://github.com/MetaCell/NetPyNE-UI.git
ENV BRANCH_TAG=osb2-dev
ENV FOLDER=netpyne
RUN echo "no-cache 2022-07-08:2"
RUN echo "no-cache 2022-07-11"
RUN git clone $REPO -b $BRANCH_TAG $FOLDER
RUN rm -Rf .git

Expand Down
2 changes: 1 addition & 1 deletion applications/netpyne/deploy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ harness:
port: 80
name: proxy-public
jupyterhub:
args: ["--port=8000", "--NotebookApp.default_url=/geppetto", "--library=netpyne_ui", "--NotebookApp.notebook_dir=/opt/workspace", "--NotebookApp.disable_check_xsrf=True"]
args: ["--NotebookApp.default_url=/geppetto", "--library=netpyne_ui", "--NotebookApp.notebook_dir=/opt/workspace", "--NotebookApp.disable_check_xsrf=True"]
applicationHook: "osb_jupyter.change_pod_manifest"
extraConfig:
timing: |
Expand Down

0 comments on commit aa60aec

Please sign in to comment.