Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/0.6.0 back to dev #671

Merged
merged 5 commits into from
Jan 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions applications/jupyterhub/deploy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,13 @@ singleuser:
storage:
type: dynamic
capacity: 2Mi

dynamic:
pvcNameTemplate: osb-user-{userid}
volumeNameTemplate: osb-user-{userid}
storageClass: "{{namespace}}-nfs-client"
storageAccessModes:
- "ReadWriteMany"
homeMountPath: /opt/user
extraLabels: {}
cpu:
Expand Down
1 change: 1 addition & 0 deletions applications/jupyterhub/kubespawner
Submodule kubespawner added at 8942af
2 changes: 1 addition & 1 deletion applications/jupyterlab/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN jupyter labextension install plotlywidget
# this will cause the libs to get updated and use the cached dependencies

# Invalidate the cache
ARG NOCACHE
# ARG NOCACHE

USER root
# LFPy
Expand Down
2 changes: 1 addition & 1 deletion applications/jupyterlab/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ protobuf==3.17.0
git+https://github.com/SheffieldML/GPy.git@devel
#modeci_mdf==0.3.3 # big jump in size of image...

sklearn # Required for some Neuromatch Academy material
scikit-learn # Required for some Neuromatch Academy material
fasttext # Required for some Neuromatch Academy material


Expand Down
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-08-26"
RUN echo "no-cache 2023-1-9"
RUN git clone $REPO -b $BRANCH_TAG $FOLDER
RUN rm -Rf .git

Expand Down