Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: binder-examples/minimal-dockerfile
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: plasmabio/template-dockerfile
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Dec 31, 2021

  1. Update README and Dockerfile

    jtpio committed Dec 31, 2021
    Copy the full SHA
    88b2f78 View commit details
Showing with 7 additions and 3 deletions.
  1. +1 −1 Dockerfile
  2. +6 −2 README.md
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.9-slim
# install the notebook package
RUN pip install --no-cache --upgrade pip && \
pip install --no-cache notebook jupyterlab
pip install --no-cache notebook~=6.0 jupyterlab~=3.0 jupyterhub~=1.0

# create user with a home directory
ARG NB_USER
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Minimal Dockerfiles for Binder
# Docker Template

[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/binder-examples/minimal-dockerfile/master)
This template is based on the `minimal-dockerfile` template from the `binder-examples` organization on GitHub: https://github.com/binder-examples/minimal-dockerfile

Below is the original `README.md` to learn how to configure the repository to work with a `Dockerfile`.

## Minimal Dockerfiles for Binder

[Binder](https://mybinder.org) needs only one thing for images to work: