Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Path: blob/main/Dockerfile
Views: 491
# Dockerfile for binder # Reference: https://mybinder.readthedocs.io/en/latest/dockerfile.html#preparing-your-dockerfile # Information on using Sage in Binder can be found here: https://github.com/sagemath/sage/tree/develop/docker #FROM sagemath/sagemath:latest #FROM sagemath/sagemath:9.1-py3 FROM sagemathinc/cocalc:latest # Copy the contents of the repo in ${HOME} COPY --chown=sage:sage . ${HOME} # Install this package and dependencies RUN sage -pip install uofsc_calculus_labs