Skip to content

Commit

Permalink
Merge pull request #178 from bird-house/update-jupyter-env-for-raven-…
Browse files Browse the repository at this point in the history
…notebooks

jupyter: update for raven notebooks

To deploy the new Jupyter env to PAVICS.

Given it's an incremental build, these are the only differences:

```diff
>   - intake-geopandas=0.2.4=pyhd8ed1ab_0
>   - intake-thredds=2021.6.16=pyhd8ed1ab_0
>   - intake-xarray=0.5.0=pyhd8ed1ab_0
```

See PR Ouranosinc/PAVICS-e2e-workflow-tests#76.
  • Loading branch information
tlvu authored Jun 18, 2021
2 parents 1586e98 + ba36a8e commit ec8e43f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion birdhouse/default.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# All env in this default.env must not depend on any env in env.local.

# Jupyter single-user server images, can be overriden in env.local to have a space separated list of multiple images
export DOCKER_NOTEBOOK_IMAGES="pavics/workflow-tests:210527.1-update20210615"
export DOCKER_NOTEBOOK_IMAGES="pavics/workflow-tests:210527.1-update20210618"

# Name of the image displayed on the JupyterHub image selection page
# Can be overriden in env.local to have a space separated list of multiple images, the name order must correspond
Expand Down

0 comments on commit ec8e43f

Please sign in to comment.