Skip to content

Commit

Permalink
jupyter: new build for urlpath
Browse files Browse the repository at this point in the history
See PR Ouranosinc/PAVICS-e2e-workflow-tests#112

- Adds `urlpath` for Ouranosinc/pavics-sdi#268, fixes Ouranosinc/PAVICS-e2e-workflow-tests#110

- Relevant changes (alphabetical order):
```diff
<   - climpred=2.2.0=pyhd8ed1ab_0
>   - climpred=2.3.0=pyhd8ed1ab_0

<   - dask=2022.11.0=pyhd8ed1ab_0
>   - dask=2022.11.1=pyhd8ed1ab_0

<   - flox=0.6.3=pyhd8ed1ab_0
>   - flox=0.6.4=pyhd8ed1ab_0

<   - h5netcdf=1.0.2=pyhd8ed1ab_0
>   - h5netcdf=1.1.0=pyhd8ed1ab_0

<   - numpy=1.23.4=py38h7042d01_1
>   - numpy=1.23.5=py38h7042d01_0

>   - urlpath=1.2.0=pyhd8ed1ab_0
```
  • Loading branch information
tlvu committed Dec 14, 2022
1 parent 31d9b05 commit bcee5d4
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
28 changes: 27 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,33 @@
[Unreleased](https://github.com/bird-house/birdhouse-deploy/tree/master) (latest)
------------------------------------------------------------------------------------------------------------------

[//]: # (list changes here, using '-' for each new entry, remove this when items are added)
## Changes:

- new Jupyter env for `urlpath`

See PR https://github.com/Ouranosinc/PAVICS-e2e-workflow-tests/pull/112

- Adds `urlpath` for https://github.com/Ouranosinc/pavics-sdi/pull/268, fixes https://github.com/Ouranosinc/PAVICS-e2e-workflow-tests/issues/110
- Relevant changes (alphabetical order):
```diff
< - climpred=2.2.0=pyhd8ed1ab_0
> - climpred=2.3.0=pyhd8ed1ab_0

< - dask=2022.11.0=pyhd8ed1ab_0
> - dask=2022.11.1=pyhd8ed1ab_0

< - flox=0.6.3=pyhd8ed1ab_0
> - flox=0.6.4=pyhd8ed1ab_0

< - h5netcdf=1.0.2=pyhd8ed1ab_0
> - h5netcdf=1.1.0=pyhd8ed1ab_0

< - numpy=1.23.4=py38h7042d01_1
> - numpy=1.23.5=py38h7042d01_0

> - urlpath=1.2.0=pyhd8ed1ab_0
```


[1.22.5](https://github.com/bird-house/birdhouse-deploy/tree/1.22.5) (2022-12-02)
------------------------------------------------------------------------------------------------------------------
Expand Down
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:221118.1"
export DOCKER_NOTEBOOK_IMAGES="pavics/workflow-tests:221130"

# 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 bcee5d4

Please sign in to comment.