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

WIP - Faster load of binderhub #27

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sk-sahu
Copy link
Collaborator

@sk-sahu sk-sahu commented Nov 13, 2020

Summary

This PR is trying to address the faster load of binderhub Jupyter session.

If this above doesn't solves the faster loading

  • Add a cron job using Github actions to build the binderhub image in every certain interval (may be 2 weeks, need to check what the availability of cache from biderhub).

@sk-sahu sk-sahu self-assigned this Nov 13, 2020
@sk-sahu sk-sahu added the enhancement New feature or request label Nov 13, 2020
@sk-sahu sk-sahu changed the title WIP - Faster load of Binderhub WIP - Faster load of binderhub Nov 13, 2020

COPY environment.yml /

RUN apt-get update && \
Copy link
Owner

@krassowski krassowski Nov 14, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess will also need to install deps from apt.txt.

I manually created a conda environment for Binder because it is faster than compiling the R dependencies, but if we are pre-building (and if possible) a better alternative might be to install from requirements.txt and restore R dependencies with renv as described in our README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants