-
Notifications
You must be signed in to change notification settings - Fork 93
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
Make jupyterlab default environment part of managed nebari-config.yaml environments #785
Comments
This issue has been automatically marked as stale because there was no recent activity in 60 days. Remove the stale label or add a comment, otherwise, this issue will automatically be closed in 7 days if no further activity occurs. |
Useful feature. Let's keep this issue open. |
Another related feature to consider is allowing users to install linux packages via |
@iameskild does this need to remain open? seems this issue is now stale |
Ok marking as blocked until we decide on the RFD |
Closing because this is now possible using jhub-apps |
Summary
Currently the environment that jupyterlab launches with is built into the docker container that qhub launches with. This becomes an issue when users would like to modify the jupyterlab environment e.g. like PR #730. This would also reduce the size of the docker image speeding up the jupyterlab image launching.
Proposed implementation
The
default
jupyterlab environment will now be specified in DEFAULT_ENVIRONMENTS and the environment.yaml will be removed from the jupyterlab qhub image. There additionally needs to be a validation check to ensure that the default environment exists in the default environments.Acceptance Criteria
Tasks to complete
Related to
Closes #715
The text was updated successfully, but these errors were encountered: