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

Custom tutorial notebooks #3

Merged
merged 13 commits into from
May 11, 2021
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ Fixes:
------
- ...

0.2.0 (2021-04-16)
===================

Changes:
--------
- Add the jq/yq installations, which are required for the deploy scripts for the notebooks in JupyterHub.

Fixes:
------
- na

0.1.0 (2021-02-19)
===================

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN conda update conda

# to checkout other notebooks and to run pip install
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y git mercurial gcc && \
DEBIAN_FRONTEND=noninteractive apt-get install -y git mercurial gcc jq && \
apt-get clean

COPY environment /environment
Expand Down
2 changes: 2 additions & 0 deletions environment/environment_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ dependencies:
# utilities
- curl
- wget
# to read yaml files from the deploy scripts for the notebooks in JupyterHub
- yq
# for pip packages
- pip