vector-bundles-sagemath/Dockerfile

11 lines
294 B
Docker

# Dockerfile for binder
# Reference: https://mybinder.readthedocs.io/en/latest/dockerfile.html#preparing-your-dockerfile
FROM sagemath/sagemath:latest
# Copy the contents of the repo in ${HOME}
COPY --chown=sage:sage . ${HOME}
# Install this package and dependencies
RUN sage -pip install .